Delete a webhook signing secret by name.
Input
Encoding
application/jsonname
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.
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."
}