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.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”id
required
string format: uuid
Responses
Section titled “Responses”Subscription disabled.
Subscription was not found.