social.colibri.beta.channel.delete

colibri.social

Documentation

Deletes a channel's space. Messages members wrote in it stay in their own repos and become unreadable to everyone but their authors.

main procedure

Deletes a channel's space. Messages members wrote in it stay in their own repos and become unreadable to everyone but their authors.

Input

Encodingapplication/json
channel stringspace-ref Required

The channel to delete.

Output

Encodingapplication/json

Errors

AuthRequired The request has no valid service auth.
Forbidden The requesting user lacks the channel.delete permission.
ChannelNotFound No channel matches the given space reference.
CredentialsUnavailable The AppView cannot act as the community because its stored credentials are missing or unusable.
PdsUnavailable The community's PDS is unreachable or the AppView has no administrative access to it.
UpstreamFailure The community's PDS failed while deleting the channel's space.
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": [
        "channel"
      ],
      "properties": {
        "channel": {
          "type": "string",
          "format": "space-ref",
          "description": "The channel to delete."
        }
      }
    },
    "encoding": "application/json"
  },
  "errors": [
    {
      "name": "AuthRequired",
      "description": "The request has no valid service auth."
    },
    {
      "name": "Forbidden",
      "description": "The requesting user lacks the channel.delete permission."
    },
    {
      "name": "ChannelNotFound",
      "description": "No channel matches the given space reference."
    },
    {
      "name": "CredentialsUnavailable",
      "description": "The AppView cannot act as the community because its stored credentials are missing or unusable."
    },
    {
      "name": "PdsUnavailable",
      "description": "The community's PDS is unreachable or the AppView has no administrative access to it."
    },
    {
      "name": "UpstreamFailure",
      "description": "The community's PDS failed while deleting the channel's space."
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "properties": {}
    },
    "encoding": "application/json"
  },
  "description": "Deletes a channel's space. Messages members wrote in it stay in their own repos and become unreadable to everyone but their authors."
}

Lexicon Garden

@