Delete User Profiledelete https://localhost:8501/lr-admin-api/user-profiles/{id}Deletes the User Profile as long as no User is associated with it.Path ParamsidintegerrequiredThe User Profile Id stored in the database.Responses 204No content. 401Validation failure or system is unable to delete the User Profile. 403Action is prohibited because Users are associated with the User Profile. 404Current User does not have permission to delete the User Profile.Updated 6 months ago