DELETE
/
v2
/
accounts
/
{account_id}
/
webhooks
/
{webhook_id}
Delete Webhook
curl --request DELETE \
  --url https://api.ahasend.com/v2/accounts/{account_id}/webhooks/{webhook_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Operation completed successfully"
}

Authorizations

Authorization
string
header
required

API key for authentication

Path Parameters

account_id
string<uuid>
required

Account ID

webhook_id
string<uuid>
required

Webhook ID

Response

200
application/json

Webhook deleted successfully

The response is of type object.