---
title: "Revoke All Token"
method: DELETE
path: "/auth"
tags: ["🔑 Securing lnx"]
---

# Revoke All Token

`DELETE /auth`

Revoke all access tokens.

### WARNING:
This is absolutely only designed for use in an emergency.
Running this will revoke all tokens including the super user key,
run this at your own risk.

## Response `200`

A standard conformation message.

- BasicResponse
  - `status` integer, required
  - `data` union, required
    - string
    - object

## Other responses

- `401` — You lack the permissions to run this operation.
- `422` — The server was unable to deserialize the payload given.

---

[API](https://skmtc.dev/lnx-search/apis/lnx-docs.md) · [All operations](https://skmtc.dev/lnx-search/apis/lnx-docs/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lnx-search/lnx-docs/revisions/3ff2d4054379/schema)
