delete_project_user | R Documentation |
Delete user in and existing project.
delete_project_user(project_id, user_id)
project_id |
id of the project, can be obtained with get_projects(). |
user_id |
user_id of the user to be delete, can be obtained with get_project_users(). |
integer - 200 on success.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.