social.coves.community.unsubscribe

coves.social

Documentation

Unsubscribe from a community. Requires authentication.

main procedure

Unsubscribe from a community. Requires authentication.

Input

Encodingapplication/json
community stringat-identifier Required

DID or handle of the community to unsubscribe from

Output

Encodingapplication/json

Errors

NotSubscribed Not currently subscribed to this community
Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://bsky.social)
Enter valid JSON for the request body
View raw schema
{
  "type": "procedure",
  "input": {
    "schema": {
      "type": "object",
      "required": [
        "community"
      ],
      "properties": {
        "community": {
          "type": "string",
          "format": "at-identifier",
          "description": "DID or handle of the community to unsubscribe from"
        }
      }
    },
    "encoding": "application/json"
  },
  "errors": [
    {
      "name": "NotSubscribed",
      "description": "Not currently subscribed to this community"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "properties": {}
    },
    "encoding": "application/json"
  },
  "description": "Unsubscribe from a community. Requires authentication."
}

Lexicon Garden

@