Delete webhook endpoint
Permanently delete a webhook endpoint.
Permanently delete a webhook endpoint.
ApiKeyAuth In: header
application/json
application/json
curl -X DELETE "https://commet.co/api/v1/webhooks/string"Permanently delete a webhook endpoint.
Webhook endpoint public ID
{
"success": true,
"data": {
"object": "webhook",
"livemode": true,
"id": "string",
"deleted": true
}
}{
"success": false,
"error": {
"type": "validation_error",
"code": "string",
"message": "string",
"doc_url": "string",
"param": "string"
}
}