---
title: "Revoke all tokens"
method: POST
path: "/api/v1/oauth/revoke-all"
tags: ["General.OAuth", "ENTERPRISE"]
---

# Revoke all tokens

`POST /api/v1/oauth/revoke-all`

Revokes all access tokens for a user.

## Response `204`

All tokens successfully revoked.

## Other responses

- `400` — Error envelope. `errorDetails` is omitted when empty. This service returns more descriptive errors than the published contract; the machine-readable codes and human-readable messages are stable.
- `401` — Error envelope. `errorDetails` is omitted when empty. This service returns more descriptive errors than the published contract; the machine-readable codes and human-readable messages are stable.
- `404` — Error envelope. `errorDetails` is omitted when empty. This service returns more descriptive errors than the published contract; the machine-readable codes and human-readable messages are stable.
- `500` — Error envelope. `errorDetails` is omitted when empty. This service returns more descriptive errors than the published contract; the machine-readable codes and human-readable messages are stable.

---

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