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 web hook which you have set up under a business account.
AUTHORIZATIONS: Bearer <token>
webhookId
string
requiredRESPONSE
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"
}