DELETE
/
account
/
webhook
/
{webhook_id}
Delete a Specific Webhook
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."
}

Authorizations

X-Account-ApiKey
string
header
required

This api key can be used for all account level operations

Path Parameters

webhook_id
integer
required

ID of the webhook to delete.

Example:

117

Response

200 - application/json

Webhook deleted successfully.

The response is of type object.