tools.ozone.communication.deleteTemplate

ozone-lexicons.bsky.social

Documentation

Delete a communication template.

main procedure

Delete a communication template.

Input

Encodingapplication/json
id string Required

No description available.

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": [
        "id"
      ],
      "properties": {
        "id": {
          "type": "string"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Delete a communication template."
}

Lexicon Garden

@