cURL
curl --request DELETE \ --url https://production.trackstarhq.com/connections \ --header 'x-trackstar-access-token: <x-trackstar-access-token>' \ --header 'x-trackstar-api-key: <x-trackstar-api-key>'
{ "id": "example-id-123", "object": "connection", "deleted": true }
Deletes the connection associated with your access token.
Your organization-level Trackstar API key.
"<x-trackstar-api-key>"
Your user's access token for a specific integration (ShipHero, Extensiv, etc).
"<x-trackstar-access-token>"
Successful response
The id of the deleted object.
"example-id-123"
The type of the object that was deleted.
"connection"
Whether or not the object was deleted.
true