place.wisp.v2.secret.delete

wisp.place

Documentation

Delete a webhook signing secret by name.

main procedure

Delete a webhook signing secret by name.

Input

Encodingapplication/json
name stringrecord-key Required

A valid record key for AT Protocol repositories.

Errors

AuthenticationRequired
NotFound
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": [
        "name"
      ],
      "properties": {
        "name": {
          "type": "string",
          "format": "record-key"
        }
      }
    },
    "encoding": "application/json"
  },
  "errors": [
    {
      "name": "AuthenticationRequired"
    },
    {
      "name": "NotFound"
    }
  ],
  "description": "Delete a webhook signing secret by name."
}

Lexicon Garden

@