API Reference
API Usage and Reference
cURL
curl --request DELETE \ --url https://api.ahasend.com/v2/accounts/{account_id}/webhooks/{webhook_id} \ --header 'Authorization: Bearer <token>'
{ "message": "Operation completed successfully" }
Deletes a webhook
API key for authentication
Account ID
Webhook ID
Webhook deleted successfully
The response is of type object.
object
Was this page helpful?