Solutions
worksection
beta
help
Removing people from the project team through API: delete_project_members
Sample delete_project_members request
?action=delete_project_members&id_project=PROJECT_ID&members=USER_EMAIL_1,USER_EMAIL_2Removes account users from selected project team
Required parameters:
- id_project — project ID
- members — user emails separated by commas
Sample JSON response
If the request succeeds, the response will contain ok status
{"status": "ok"}
Leave your review
Did this article help you?
Glad we could help! What was helpful?
Sorry this didn't help. What went wrong?