Delete an OIDC Client - DELETE /OIDCClients/{id}



Delete an OIDC client according to OIDC Client Id.

The ‘Manage Clients’ permission is required to execute this API.

Usage:

  1. GET /OIDCClients and get details of all OIDC clients
  2. DELETE /OIDCClients/{id} and delete the OIDC client

URL

/cxrestapi/auth/OIDCClients/{id}

Method:

DELETE

Media Type (header):

Authorization: Bearer <access token value>
Content-Type: application/json;v=1.0

Parameters

Required:

id=[integer] - Unique Id of the OIDC client

Success Response:

Code: 204 Returns no content

Error Response:

Code: 400 Returns error messages
Code: 401 Unauthorized
Code: 403 Forbidden
Code: 404 Client not found

Sample Response:

no content

Notes:

Deletes the OIDC client details according to OIDC client Id. Once the request is successful, it does not return any content. If the request fails, it returns an error response.




Send Documentation Feedback - If you have comments about this documentation, you can contact the documentation team by sending your feedback to usWe appreciate your feedback!