Webhook
Delete webhook event
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"
}
Delete’s a webhook which you have setup under a business account.
Authorization
Bearer <token>
webhookId
string
requiredThe unique identifier of the webhook which needs to be deleted
Response
message
string
Webhook deleted successfully
curl --request DELETE \
--url https://api.atoa.me/api/webhook/{webhookId}/merchant \
--header 'Authorization: Bearer <token>'
{
"message": "Webhook deleted successfully"
}