Removes the OAuth client registration.Tokens already issued to this client are not revoked as a side effect — list them with GET /oauth-tokens?client-id={client-id} and revoke them individually if that is intended.Requires full Super User (Super User Read Only is refused).
Request
Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
or
Path Params
Responses
🟢202Accepted
Delete accepted. No body — the removal is published to the cluster.