Skip to content

Disable webhook subscription

DELETE
/api/webhooks/subscription/{id}
Code sample: Shell / cURL
curl --request DELETE \
--url https://api.ztlpay.io/api/webhooks/subscription/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0 \
--header 'Authorization: Bearer <token>'

Stop queuing new events for this subscription. Already queued deliveries may still be sent.

id
required
string format: uuid

Subscription disabled.

Subscription was not found.