---
title: "Delete a token"
method: DELETE
path: "/auth/tokens"
tags: ["auth"]
---

# Delete a token

`DELETE /auth/tokens`

Delete a token

## Headers

- `token` string, required

## Response `200`

Token successfully deleted

- object
  - `message` string

## Other responses

- `404` — Error

---

[API](https://skmtc.dev/threagile/apis/threagile-api.md) · [All operations](https://skmtc.dev/threagile/apis/threagile-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/threagile/threagile-api/revisions/9a849aa95459/schema)
