delete
https://{hostname}/api/access/v2/users//access-levels
Use this API to remove a specific role from a user.
204Access level removed successfully
400Invalid request data - malformed UUID, invalid request body, removal would leave user with no roles in default organization, or removal would leave no site admins in root organization
401Unauthorized - Invalid or missing authentication
403Forbidden - Insufficient permissions
404Organization, role or access level not found
409Conflict - User does not exist
500Internal Server Error