social.showcase.collection.deleteCollection

lexicons.showcase.social

Documentation

Delete a collection. Requires authentication.

main procedure

Delete a collection. Requires authentication.

Input

Encodingapplication/json
uri stringat-uri Required

The AT-URI of the collection to delete

Output

Encodingapplication/json
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": [
        "uri"
      ],
      "properties": {
        "uri": {
          "type": "string",
          "format": "at-uri",
          "description": "The AT-URI of the collection to delete"
        }
      }
    },
    "encoding": "application/json"
  },
  "output": {
    "encoding": "application/json"
  },
  "description": "Delete a collection. Requires authentication."
}

Lexicon Garden

@