Delete a user internal code
DELETE/v1/users/internal-codes/:internalCodeId
Delete a user internal code. Internal codes are scoped by user and organizational unit and require the corresponding bearer permission.
Request
Responses
- 204
- 400
- 401
- 403
- 404
- 500
The operation completed successfully and intentionally returns no response body.
The request is malformed or violates the documented input constraints.
Authentication failed because the required credential is missing, invalid, expired or no longer active.
The actor cannot access internal codes for the selected user or unit.
The selected Identity resource does not exist, is inactive or is not available in the requested scope.
An unexpected internal error occurred.