DELETE
/
connections
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": "07b344db-0304-4866-9ae1-ac8af5292a28",
  "object": "connection",
  "deleted": true
}

Headers

x-trackstar-api-key
string
required

Your organization-level Trackstar API key.

Example:

"<x-trackstar-api-key>"

x-trackstar-access-token
string
required

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

Example:

"<x-trackstar-access-token>"

Response

200
application/json
Successful response
id
string
required

The id of the deleted object.

Example:

"07b344db-0304-4866-9ae1-ac8af5292a28"

object
string
required

The type of the object that was deleted.

Example:

"connection"

deleted
boolean
required

Whether or not the object was deleted.

Example:

true