Delete a certificate credential
DELETE/nevisidm/api/core/v1/:clientExtId/users/:userExtId/certificates/:extId
Since: 2.71.0
Required permission(s): AccessControl.CredentialDelete or SelfAdmin Role
Deletes the certificate credential with the specified external ID belonging to the given user.
Note that deleting a certificate credential may result in loss of system access for the user if the certificate is used for client authentication.
In self-admin mode, a valid JWT token must be provided in the X-Token request header. The self-admin user can only delete their own certificate credentials.
Request
Responses
- 204
- 403
- 404
- 422
Certificate credential deleted successfully
Insufficient permissions
Referenced resource not found
Invalid request parameters