Delete a webhook subscription
Permanently deletes a webhook subscription. This action cannot be undone.
post/api/webhookSubscriptions.delete
Request body
Example request
{
"workspace_id": "ws_1234567890",
"id": "whsub_a1b2c3d4e5f6"
}Response
Webhook subscription deleted successfully
Example response
{
"success": true
}