Skip to content

Delete a webhook destination — server token only

DELETE
/v1/webhooks/{id}
curl --request DELETE \
--url http://localhost:3000/v1/webhooks/example \
--header 'Authorization: Bearer <token>'
id
required
string

Deleted

Authenticated but not permitted.

Media typeapplication/json
object
error
required
object
code
required
string
Allowed values: VALIDATION_FAILED UNAUTHENTICATED FORBIDDEN NOT_FOUND CONFLICT RATE_LIMITED INTERNAL
message
required
string
requestId
required
string
fields

Present only for VALIDATION_FAILED.

Array<object>
object
path
string
message
string
Example
{
"error": {
"code": "VALIDATION_FAILED"
}
}