Skip to content

Delete webhook

DELETE
/api/webhooks/{id}

Authorizations

bearerAuth

API token created via POST /api/tokens or the db:create-token CLI command

Type
HTTP (bearer)

Responses

Deletion confirmed

application/json
JSON
{
"data": {
"deleted": true
}
}

Samples

Powered by VitePress OpenAPI