Skip to content

/v1/webhook-endpoints/{id}

DELETE
/v1/webhook-endpoints/{id}
curl --request DELETE \
--url http://localhost:8787/v1/webhook-endpoints/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0 \
--header 'Authorization: Bearer <token>'
id
required
string format: uuid

Deleted — deliveries in flight for this endpoint are cascade-deleted with it (ON DELETE CASCADE, DATA-001).

No such webhook endpoint for this tenant (or already deleted).

Media typeapplication/problem+json
object
code
required
string
Allowed values: webhook_endpoint_not_found
detail
required
string
status
required
number
title
required
string
type
required
string
Example
{
"code": "webhook_endpoint_not_found"
}