cURL
curl --request DELETE \ --url https://api.sendpost.io/api/v1/account/webhook/{webhook_id} \ --header 'X-Account-ApiKey: <api-key>'
{ "id": 117, "message": "Webhook (https://app.hooli.com/email/webhook) has been deleted successfully." }
Delete a webhook by its ID.
This api key can be used for all account level operations
ID of the webhook to delete.
117
Webhook deleted successfully.
The response is of type object.
object