DELETE
/organization/projects/{project_id}/users/{user_id}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).
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
project_idstringrequired
The ID of the project.
user_idstringrequired
The ID of the user.
200Project user deleted successfully.
objectstringrequired
idstringrequired
deletedbooleanrequired
400Error response for various conditions.
errorobjectrequired
Error handling
A 400 is returned: Error response for various conditions.