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
| Name | Type | Required | Description |
|---|---|---|---|
client_id | string | yes | OAuth 2.0 Client ID |
Responses
| Status | Description | Body |
|---|---|---|
| 204 | Empty responses are sent when, for example, resources are deleted. The HTTP status code for empty responses is typically 204. | - |
| default | errorOAuth2 | application/json, object |
Generated from ../athena/openapi.json at build time.