Skip to main content
DELETE
Delete Webhook Endpoint

Authorizations

Authorization
string
header
required

Send an account API key in the Authorization: Bearer <key> header.

Headers

OpenPMM-Request-Id
string

Optional request ID. OpenPMM returns this value when it is valid. Otherwise, OpenPMM creates a request ID.

Maximum string length: 128
If-Match
string
required

The current ETag for the resource. This value prevents an update to an old version.

Path Parameters

workspace_id
string
required

Unique workspace ID.

Example:

"ws_01JABCDEF"

endpoint_id
string
required

Unique webhook endpoint ID.

Example:

"wh_01JABCDEF"

Response

Confirmation that the endpoint was deleted.

id
string
required

Unique webhook endpoint ID.

Example:

"wh_01JABCDEF"

object
string
required
Allowed value: "webhook_endpoint"
deleted
boolean
required