---
title: "Changes to Revoke Endpoint"
method: POST
path: "/oauth/revoke"
---

# Changes to Revoke Endpoint

`POST /oauth/revoke`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 3 of 85 revisions.

- **2026-07-01** `d65fcba0d25a` — 5 breaking, 2 warning, 34 info
- **2026-05-07** `5a765d68c56f` — 1 info
- **2026-04-13** `76e8f6063728` — 1 breaking

## Changes

- **2026-07-01** `d65fcba0d25a` — 5 breaking, 2 warning, 34 info
  - request body became required
  - removed the media type `application/x-www-form-urlencoded` from the request body
  - the `detail` response's property type/format changed from `array`/`` to `string`/`` for status `422`
  - removed the required property `error` from the response with the `400` status
  - removed the required property `error` from the response with the `403` status
  - removed the optional property `error_description` from the response with the `400` status
  - removed the optional property `error_description` from the response with the `403` status
  - api operation id `oauth_revoke_oauth_revoke_post` removed and replaced with `revokeEndpoint`
  - the endpoint scheme security `BearerAuth` was added to the API
  - the endpoint scheme security `AgentOauthAccessToken` was removed from the API
  - the endpoint scheme security `HumanLogin` was removed from the API
  - api tag `OAuth` added
  - api tag `oauth` removed
  - added the media type `application/json` to the request body
  - media type `application/json` was changed to a more specific media type `application/problem+json` for the response status `400`
  - media type `application/json` was changed to a more specific media type `application/problem+json` for the response status `403`
  - media type `application/json` was changed to a more specific media type `application/problem+json` for the response status `422`
  - added the non-success response with the status `401`
  - added the non-success response with the status `500`
  - added the non-success response with the status `503`
  - added the optional property `code` to the response with the `400` status
  - added the optional property `code` to the response with the `403` status
  - added the optional property `code` to the response with the `422` status
  - added the optional property `errors` to the response with the `400` status
  - added the optional property `errors` to the response with the `403` status
  - added the optional property `errors` to the response with the `422` status
  - added the optional property `instance` to the response with the `400` status
  - added the optional property `instance` to the response with the `403` status
  - added the optional property `instance` to the response with the `422` status
  - added the optional property `status` to the response with the `400` status
  - added the optional property `status` to the response with the `403` status
  - added the optional property `status` to the response with the `422` status
  - added the optional property `title` to the response with the `400` status
  - added the optional property `title` to the response with the `403` status
  - added the optional property `title` to the response with the `422` status
  - added the optional property `type` to the response with the `400` status
  - added the optional property `type` to the response with the `403` status
  - added the optional property `type` to the response with the `422` status
  - the response property `detail` became required for the status `422`
  - added the required property `detail` to the response with the `400` status
  - …1 more
- **2026-05-07** `5a765d68c56f` — 1 info
  - endpoint added
- **2026-04-13** `76e8f6063728` — 1 breaking
  - api path removed without deprecation

---

[Operation](https://skmtc.dev/jentic/apis/jentic-control-plane-api/docs/oauth/revoke/post.md) · [API](https://skmtc.dev/jentic/apis/jentic-control-plane-api.md) · [Page](https://skmtc.dev/jentic/apis/jentic-control-plane-api/changes/oauth/revoke/post)
