Skip to main content

Webhooks

DELETE Deactivate WebHook

The DELETE Deactivate WebHook API sets the specified webhook subscription to be inactive status. The merchant will not receive notifications from the webhook while it is inactive.

The DELETE Deactivate WebHook API sets the specified webhook subscription to be inactive status. The merchant will not receive notifications from the webhook while it is inactive.

API Endpoint
https://api.uat.anddone.com/merchants/{merchantId}/webhooks/{id}/activations

The De-Activation Webhook API causes the given webhook to be paused. When the webhook is invoked, this prevents it from delivering messages.

API Data Details
URI merchants/{merchantId}/webhooks/{id}/activations
Method DELETE
Authorization Bearer Token Authorization
Authorization
Token {{token}}

Path Parameters

Parameter Description
merchantId A unique identifier for the merchant. It is used to fetch all webhook subscriptions associated with that specific merchant.
id A unique identifier for a specific webhook subscription within the AndDone platform associated with the merchant. It is used to fetch the details of that particular webhook subscription.