---
title: "Delete Connection"
method: DELETE
path: "/connections"
tags: ["Auth"]
---

# Delete Connection

`DELETE /connections`

Deletes the connection associated with your access token.

## Headers

- `x-trackstar-api-key` string, required
- `x-trackstar-access-token` string, required

## Response `200`

Successful response

- DeleteConnectionResponse
  - `id` string, required — The id of the deleted object.
  - `object` string, required — The type of the object that was deleted.
  - `deleted` boolean, required — Whether or not the object was deleted.

## Other responses

- `422` — Validation error

---

[API](https://skmtc.net/trackstarhq/apis/trackstar-api.md) · [All operations](https://skmtc.net/trackstarhq/apis/trackstar-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trackstarhq/trackstar-api/versions/4bc5c6e1a8bf/schema)
