Delete OAuth 2.0 Access Tokens from specific OAuth 2.0 Client
DELETE {{baseUrl}}/admin/oauth2/tokens?client_id=<string>
This endpoint deletes OAuth2 access tokens issued to an OAuth 2.0 Client from the database.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
client_id | string | (Required) OAuth 2.0 Client ID |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |