v1

latestOpenAPI 3.1.02026-07-22802,2441.7 MB
Auth

Delete Connection

Deletes the connection associated with your access token.

delete/connections

Headers

x-trackstar-api-keystring required
Example:<x-trackstar-api-key>

Your organization-level Trackstar API key.

x-trackstar-access-tokenstring required
Example:<x-trackstar-access-token>

Your user's access token for a specific integration (ShipHero, Extensiv, etc).

Response

Successful response

idstring required

The id of the deleted object.

objectstring required

The type of the object that was deleted.

deletedboolean required

Whether or not the object was deleted.

Example response

{
  "id": "example-id-123",
  "object": "connection",
  "deleted": true
}