Delete a temporary strong password credential
DELETE/nevisidm/api/core/v1/:clientExtId/users/:userExtId/tempstrong-password
Since: 8.2511.0
Required permission(s): AccessControl.CredentialDelete or SelfAdmin Role
Deletes the temporary strong password credential belonging to the specified user.
Once deleted, the user no longer has a temporary strong password credential. A new one can be created via the create endpoint.
In self-admin mode, a valid JWT token must be provided in the X-Token request header.
Request
Responses
- 204
- 403
- 404
- 422
Temporary strong password credential deleted successfully
Insufficient permissions
Referenced resource not found
Invalid request parameters