---
title: "Delete all tokens for the authenticated user"
method: DELETE
path: "/tokens"
tags: ["authentication"]
---

# Delete all tokens for the authenticated user

`DELETE /tokens`

Invalidates all active tokens associated with the user.

## Headers

- `Authorization` string, required

## Response `204`

All tokens deleted

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/rasa/apis/rasa-io-api.md) · [All operations](https://skmtc.net/rasa/apis/rasa-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rasa/rasa-io-api/revisions/60891bc551db/schema)
