Skip to main content
DELETE
/
api
/
public
/
v2
/
webhooks
/
{id}
Delete a webhook subscription
curl --request DELETE \
  --url https://app.titanx.io/api/public/v2/webhooks/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "Invalid webhook ID: must be a valid UUID"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Webhook ID to delete

Example:

"550e8400-e29b-41d4-a716-446655440000"

Response

Webhook deleted successfully (no content)