Revoke the ORDS OAuth client secret.
delete
/ords/rest/clients/{id}/secret/{slotid}
Revoke the ORDS OAuth client secret.
Request
Path Parameters
-
id(required): integer
ID for specific OAuth client.
-
slotid(required): integer
Slot ID for a specific OAuth client; valid values are 1 or 2, while 3 revokes all clients.
Query Parameters
-
revoke_sessions: boolean
Deletes the current client sessions when TRUE. Default value is FALSE.
There's no request body for this operation.
Back to TopResponse
204 Response
Confirmation that the ORDS OAuth secret has been successfully revoked.