---
title: "Revoke all tokens for the authenticated user"
method: POST
path: "/auth/revoke-all"
tags: ["Auth"]
---

# Revoke all tokens for the authenticated user

`POST /auth/revoke-all`

## Response `200`

- object
  - `success` boolean, required
  - `message` 'All tokens revoked successfully', required
  - `data` unknown, required

## Other responses

- `401` — Unauthenticated

---

[API](https://skmtc.dev/laradashboard/apis/lara-dashboard-api-documentation.md) · [All operations](https://skmtc.dev/laradashboard/apis/lara-dashboard-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/laradashboard/lara-dashboard-api-documentation/revisions/d1bec6a4d4ed/schema)
