Unsubscribe from a community. Requires authentication.
Input
Encoding
application/jsoncommunity
stringat-identifier
Required
DID or handle of the community to unsubscribe from
Output
Encoding
application/jsonErrors
NotSubscribed
Not currently subscribed to this community Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
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."
}