---
title: "Revoke all tokens"
method: DELETE
path: "/accounts/tokens"
tags: ["Authentication"]
---

# Revoke all tokens

`DELETE /accounts/tokens`

Revokes all tokens for a specific user

## Request body

- object
  - `email` string, email, required — User email

## Response `200`

Tokens revoked successfully

- SuccessResponse
  - `message` string

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/quivaworks/apis/quiva-ai-gateway.md) · [All operations](https://skmtc.net/quivaworks/apis/quiva-ai-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quivaworks/quiva-ai-gateway/revisions/771d118bd4d1/schema)
