Delete a Webhook Endpoint
Deletes a webhook endpoint.
DELhttps://api.audienceful.com/v2/webhooks/{id}
curl --location --request DELETE 'https://api.audienceful.com/v2/webhooks/wYt3nKq8Zs4pLm9vRb2xJc' \
--header 'X-Api-Key: <your-api-key>'204 No ContentRequires the webhooks:write scope. The endpoint stops receiving deliveries immediately.
Path parameters
idstringrequired
The id of the webhook endpoint to delete.
Response
Returns 204 No Content with an empty body.
Last updated: July 11, 2026