vk_delete_teams_e7d740105b63
Remove a user from a team and revoke any access they have through it. Provide the team ID and username to delete the team membership.
Instructions
Remove a user from a team. Raw Vikunja REST proxy for DELETE /teams/{id}/members/{username}. Remove a user from a team. This will also revoke any access this user might have via that team. A user can remove themselves from the team if they are not the last user in the team. 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 |
|---|---|---|---|
| id | No | The ID of the team you want to remove th user from Required. | |
| username | No | The username of the user you want to remove Required. |