Skip to main content

Method

DELETE /v1/webhooks/subscriptions/:id

Path Parameters

id
uuid
required
Webhook subscription ID.

Headers

Authorization
string
Bearer token (requires webhooks:delete or webhooks:write).

Request Example

curl -X DELETE "https://api.voyantcloud.com/v1/webhooks/subscriptions/whsub_01J0J3Y3TFX2V22Y7DQ0A6J5G5" \
  -H "Authorization: Bearer $VOYANT_API_KEY"

Response Example

{ "data": { "deleted": true } }
The API invalidates both workspace-level and subscription-level caches. Deliveries stop immediately after deletion.