---
title: "Changes to Revoke all client's tokens"
method: POST
path: "/tyk/oauth/revoke_all"
---

# Changes to Revoke all client's tokens

`POST /tyk/oauth/revoke_all`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 52 revisions.

- **2024-09-18** `111affa17abe` — 2 breaking, 7 info
- **2022-05-24** `111d8ca21864` — 4 breaking, 1 warning, 4 info

## Changes

- **2024-09-18** `111affa17abe` — 2 breaking, 7 info
  - the request property `client_id` became required
  - the request property `client_secret` became required
  - added the new optional request property `org_id`
  - request body became optional
  - added the media type `application/json` for the response with the status `200`
  - added the media type `application/json` for the response with the status `400`
  - added the media type `application/json` for the response with the status `404`
  - added the non-success response with the status `401`
  - added the non-success response with the status `403`
- **2022-05-24** `111d8ca21864` — 4 breaking, 1 warning, 4 info
  - request body became required
  - removed the media type `application/json` for the response with the status `200`
  - removed the media type `application/json` for the response with the status `400`
  - removed the media type `application/json` for the response with the status `404`
  - removed the request property `org_id`
  - the request property `client_id` became optional
  - the request property `client_secret` became optional
  - removed the non-success response with the status `401`
  - removed the non-success response with the status `403`

---

[Operation](https://skmtc.dev/tyktechnologies/apis/tyk-gateway-api/docs/tyk/oauth/revoke_all/post.md) · [API](https://skmtc.dev/tyktechnologies/apis/tyk-gateway-api.md) · [Page](https://skmtc.dev/tyktechnologies/apis/tyk-gateway-api/changes/tyk/oauth/revoke_all/post)
