Domainee Docs
Webhook Endpoints

Delete a webhook endpoint

DELETE /v1/webhook-endpoints/{id} — stop receiving events at a URL.

DELETE /v1/webhook-endpoints/{id}

Stops sending events to the endpoint. In-flight retries are dropped — any deliveries currently queued for the endpoint are abandoned, not finished.

Request

curl -X DELETE https://api.domainee.dev/v1/webhook-endpoints/$ENDPOINT_ID \
  -H "Authorization: Bearer $DOMAINEE_API_KEY"

Response — 204 No Content

Empty body.

Errors

StatusCodeWhen
404not_foundThe id doesn't exist or doesn't belong to your workspace

On this page