Delete a password credential
DELETE/nevisidm/api/core/v1/:clientExtId/users/:userExtId/password
Since: 2.73.0
Required permission(s): AccessControl.CredentialDelete or SelfAdmin Role
Deletes the password credential of the user with the given external ID, belonging to the specified client.
Supports self-admin mode with JWT token validation, allowing a user to delete their own password credential. When operating in self-admin mode, a valid JWT token must be provided in the request.
Request
Responses
- 204
- 403
- 404
- 422
Password credential deleted successfully
Insufficient permissions
Referenced resource not found
Invalid request parameters