Skip to main content
Parcel Events Sandbox Docs

Search documentation

Type to search this documentation.

Delete a webhook endpoint

DELETE/v1/webhook-endpoints/{endpoint_id}Delete a webhook endpoint

Parameters

endpoint_idstringpathrequired

pattern ^whe_[a-z0-9]{20}$

Responses

204Endpoint deleted
404The requested synthetic resource does not existapplication/problem+json
objectProblem
detailstring
errorsarray of object
Show child attributes
Show array items
messagestringrequired
pathstringrequired
request_idstringrequired
statusintegerrequired

maximum 599 · minimum 400

titlestringrequired
typestring · urirequired
Example response
{
  "request_id": "req_00000000000000000004",
  "status": 404,
  "title": "Synthetic resource was not found",
  "type": "https://parcel-events.example/problems/not-found"
}

Documentation menu