Olympus Docs
ReferenceAPIsOry Hydra APIoAuth2

Delete OAuth 2.0 Access Tokens from specific OAuth 2.0 Client

This endpoint deletes OAuth2 access tokens issued to an OAuth 2.0 Client from the database.

DELETE /admin/oauth2/tokens

This endpoint deletes OAuth2 access tokens issued to an OAuth 2.0 Client from the database.

Operation ID: deleteOAuth2Token    Tag: oAuth2

Query parameters

NameTypeRequiredDescription
client_idstringyesOAuth 2.0 Client ID

Responses

StatusDescriptionBody
204Empty responses are sent when, for example, resources are deleted. The HTTP status code for empty responses is typically 204.-
defaulterrorOAuth2application/json, object

Generated from ../athena/openapi.json at build time.

On this page