vk_delete_projects_3798ab1e7dc9
Remove a team from a project to revoke its access. Specify project ID and team ID to delete the team's membership.
Instructions
Delete a team from a project. Raw Vikunja REST proxy for DELETE /projects/{projectID}/teams/{teamID}. Delets a team from a project. The team won't have access to the project anymore. This endpoint does not usually require a request body. Path and query parameters are top-level fields. Original parameter names also accept camelCase and snake_case aliases. Authentication is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| teamID | No | Team ID Required. | |
| teamId | No | Team ID Required. | |
| team_id | No | Team ID Required. | |
| projectID | No | Project ID Required. | |
| projectId | No | Project ID Required. | |
| project_id | No | Project ID Required. |