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.
Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

Returns 204 No Content on success.

Request

Responses

No Content

Response Headers
    Content-Type