Webhooks
Delete webhook
Permanently deletes a webhook. Requires admin role.
delete/api/webhooks/{id}
Path parameters
idinteger required
Numeric resource ID.
Response
Webhook deleted.
Example response
{
"success": true
}Permanently deletes a webhook. Requires admin role.
Numeric resource ID.
Webhook deleted.
{
"success": true
}