• FAQ
  • API
  • Projects
  • Removing people from the project team through API: delete_project_members

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_2
Removes 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"
}