Skip to content

Delete a webhook

DELETE
/api/v1/partnership/webhooks/{id}/
curl --request DELETE \
--url https://public.api.barestho.com/api/v1/partnership/webhooks/example/ \
--header 'Authorization: Basic <credentials>'

Permanently removes the specified webhook. After deletion, no further event deliveries will be attempted to the associated URL. This action is irreversible; a new webhook must be registered if deliveries are required again.

id
required
string

The unique identifier of the webhook to delete.

The webhook was deleted successfully. No response body is returned.