{
"id": "place.stream.server.deleteWebhook",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "The ID of the webhook to delete."
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "WebhookNotFound",
"description": "The specified webhook was not found."
},
{
"name": "Unauthorized",
"description": "The authenticated user does not have access to this webhook."
}
],
"output": {
"schema": {
"type": "object",
"required": [
"success"
],
"properties": {
"success": {
"type": "boolean",
"description": "Whether the webhook was successfully deleted."
}
}
},
"encoding": "application/json"
},
"parameters": null,
"description": "Delete an existing webhook."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:web:stream.place
- CID
-
bafyreia6gfnp3l7544ttxnjmbz64kbismfo63ehfxf6dlnhmbz6ow4yic4
- Indexed At
- 2026-01-25 11:50 UTC
- AT-URI
-
at://did:web:stream.place/com.atproto.lexicon.schema/place.stream.server.deleteWebhook