link.latr.developer.revokeKey

samclemente.me

Documentation

L@tr XRPC method link.latr.developer.revokeKey.

main procedure

L@tr XRPC method link.latr.developer.revokeKey.

Input

Encodingapplication/json
clientId string Required

No description available.

maxLength: 128 bytesmaxGraphemes: 128 graphemes
keyId string Required

No description available.

maxLength: 128 bytesmaxGraphemes: 128 graphemes

Output

Encodingapplication/json

Errors

InvalidRequest
InvalidUrl
AuthRequired
InvalidToken
InvalidDpop
SavedItemNotFound
Conflict
RateLimitExceeded
UpstreamFailure
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": [
        "clientId",
        "keyId"
      ],
      "properties": {
        "keyId": {
          "type": "string",
          "maxLength": 128,
          "maxGraphemes": 128
        },
        "clientId": {
          "type": "string",
          "maxLength": 128,
          "maxGraphemes": 128
        }
      }
    },
    "encoding": "application/json"
  },
  "errors": [
    {
      "name": "InvalidRequest"
    },
    {
      "name": "InvalidUrl"
    },
    {
      "name": "AuthRequired"
    },
    {
      "name": "InvalidToken"
    },
    {
      "name": "InvalidDpop"
    },
    {
      "name": "SavedItemNotFound"
    },
    {
      "name": "Conflict"
    },
    {
      "name": "RateLimitExceeded"
    },
    {
      "name": "UpstreamFailure"
    }
  ],
  "output": {
    "schema": {
      "ref": "link.latr.saved.defs#simpleOk",
      "type": "ref"
    },
    "encoding": "application/json"
  },
  "description": "L@tr XRPC method link.latr.developer.revokeKey."
}

Lexicon Garden

@