{
"id": "social.colibri.beta.community.deleteInvitation",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"community",
"code"
],
"properties": {
"code": {
"type": "string",
"description": "The invitation code to delete."
},
"community": {
"type": "string",
"format": "did",
"description": "The community the invitation belongs to."
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "AuthRequired",
"description": "The request is missing, malformed, or unverifiable service auth."
},
{
"name": "Forbidden",
"description": "The requesting user lacks the invitation.delete permission."
},
{
"name": "CommunityNotFound",
"description": "No community exists with that DID."
},
{
"name": "InvitationNotFound",
"description": "No invitation exists with that code."
}
],
"output": {
"schema": {
"type": "object",
"required": [],
"properties": {}
},
"encoding": "application/json"
},
"description": "Deletes an invitation code."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:mprdjqjluoswa7awzggaggj3
- CID
-
bafyreiflk5rv672wnga2oysq6lmug6wfi3a6gerk3afjzr5defdcm437xa
- Indexed At
- 2026-08-23 12:32 UTC
- AT-URI
-
at://did:plc:mprdjqjluoswa7awzggaggj3/com.atproto.lexicon.schema/social.colibri.beta.community.deleteInvitation