Delete a Client by name or Client Id

delete

/oam/services/rest/ssa/api/v1/oauthpolicyadmin/client

Deletes a Client, either based on the name or the Client ID. Only one query parameter needs to be specified.

Request

Supported Media Types
Query Parameters
Back to Top

Response

Supported Media Types

200 Response

Sucessfully deleted entity - "OAuthClient", detail - "NameOfClient"

422 Response

Failed to delete OAuth entity "Client" - name "NameofClient"
Back to Top