Platform Webhooks
Delete a platform webhook
Delete a platform webhook. This stops all event delivery to the webhook URL. This action cannot be undone.
delete/platform/webhooks/{webhookId}
Response
Platform webhook deleted
Example response
{
"success": true,
"data": {
"message": "Operation completed successfully"
},
"meta": {
"requestId": "req_V1StGXR8_Z5jdHi6"
}
}