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
}
}
DELETE
/api/webhooks/{id}
