Projects
Delete project user
Deletes a user from the project.
Returns confirmation of project user deletion, or an error if the project is archived (archived projects have no users).
delete/organization/projects/{project_id}/users/{user_id}
Path parameters
project_idstring required
The ID of the project.
user_idstring required
The ID of the user.
Response
Project user deleted successfully.