delete https://api.shift.io/v3/projects//users/
Removes a user from a project
This call requires two path parameters:
- The id of the project from which you want to remove a user
- The id of the user you want to remove
A 204 code is returned when the user is successfully removed from the project. Note that this call removes a user from a specific project, not from the entire workspace. If the user has access to other projects in the workspace, their access to those projects remains intact.