Skip to main content

Disconnect 17TRACK Instance

DELETE 

/api/integrations/17track/instances/:instance

Disconnect 17TRACK. Per the PRD edge-case spec:

  • Historical tracking rows are retained (read-only history is preserved).
  • Currently-active rows are stamped stopped_at = now() so polling stops.
  • The webhook token row in the central registry is removed.
  • The integration instance itself is deleted.
Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

Returns 204 No Content on success.

Request

Responses

No Content

Response Headers
    Content-Type