cURL
curl --request DELETE \ --url https://api.arkhq.io/v1/platform/webhooks/{webhookId} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "message": "Operation completed successfully" }, "meta": { "requestId": "req_V1StGXR8_Z5jdHi6" } }
Delete a platform webhook. This stops all event delivery to the webhook URL. This action cannot be undone.
Use your API key from arkhq.io/org/credentials
Authorization: Bearer YOUR_API_KEY
Platform webhook ID
Platform webhook deleted
true
Show child attributes