Tracira
API referenceUtilities

Remove a webhook subscription

Deletes a registered endpoint. Idempotent - removing an already-deleted subscription still returns ok.

deletehttps://www.tracira.com/api/subscriptions/{id}
DELETE
/api/subscriptions/{id}

Authorization

webhookToken
AuthorizationBearer <token>

Workspace webhook token from Settings -> Integrations.

In: header

Path Parameters

id*string

Response Body

application/json

application/json

curl -X DELETE "https://example.com/api/subscriptions/5a2f7b31-c48d-4e69-9f03-2b8d6a1c7e50"
{  "ok": true}