delete_oauth_clients

This API removes the API clients that were registered with the register_oauth_client API.

This API is available in Guardium V11.2 and later.

GuardAPI syntax

delete_oauth_clients parameter=value

Parameters

Parameter Value type Description
client_id String The ID of a specific client to delete.
all String Delete all API clients.

Examples

grdapi delete_oauth_clients client_id=123
grdapi delete_oauth_clients all