DELETE
/
api
/
webhook
/
{webhookId}
/
merchant
curl --request DELETE \
  --url https://api.atoa.me/api/webhook/{webhookId}/merchant \
  --header 'Authorization: Bearer <token>'
{
  "message": "Webhook deleted successfully"
}

v1 Legacy API — Deletes a single event subscription by its webhookId. For new integrations, use Delete Endpoint (v2) which deletes the entire endpoint and all its event subscriptions at once.

Deletes a webhook subscription from your business account.

Authorization

Bearer <token>

webhookId
string
required

The unique identifier of the webhook which needs to be deleted

Response

message
string

Webhook deleted successfully