---
title: "Revoke all client's tokens"
method: POST
path: "/tyk/oauth/revoke_all"
tags: ["OAuth"]
---

# Revoke all client's tokens

`POST /tyk/oauth/revoke_all`

Revoke all the tokens for a given oauth client

## Response `200`

tokens revoked

- ApiStatusMessage
  - `message` string
  - `status` string

## Other responses

- `400` — Bad Request
- `401` — missing client id
- `403` — Forbidden
- `404` — not found

---

[API](https://skmtc.net/tyktechnologies/apis/tyk-gateway-api.md) · [All operations](https://skmtc.net/tyktechnologies/apis/tyk-gateway-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tyktechnologies/tyk-gateway-api/versions/4ae998d5545e/schema)
