Skip to main content
DELETE
/
v2
/
workspaces
/
{workspace_id}
/
webhooks
/
{endpoint_id}
Delete Webhook Endpoint
curl --request DELETE \
  --url http://localhost:8000/v2/workspaces/{workspace_id}/webhooks/{endpoint_id} \
  --header 'Authorization: Bearer <token>'
"<any>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspace_id
string
required

Workspace ID

endpoint_id
string
required

Webhook endpoint ID

Response

Successful Response

The response is of type any.