chat.bsky.convo.leaveConvo

bsky-lexicons.bsky.social

Documentation

main procedure

No description available.

Input

Encodingapplication/json
convoId string Required

No description available.

Output

Encodingapplication/json
convoId string Required

No description available.

rev 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": [
        "convoId"
      ],
      "properties": {
        "convoId": {
          "type": "string"
        }
      }
    },
    "encoding": "application/json"
  },
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "convoId",
        "rev"
      ],
      "properties": {
        "rev": {
          "type": "string"
        },
        "convoId": {
          "type": "string"
        }
      }
    },
    "encoding": "application/json"
  }
}

Lexicon Garden

@