v1
latestOpenAPI 3.0.02026-07-26866217.8 KBManage Webhooks
Delete webhook
You can only delete webhooks created by your own app if they are manageable. Attempting to delete non-manageable webhooks from other apps will result in a 403 error.
delete/webhooks/{id}
Path parameters
idstring required
The id of the webhook.
Response
The request has been successfully submitted.
Example response
{
"error_msg": "Done."
}