Mutations
/delete_team
delete_team
Deletes the specified team.
Arguments
team_id
ID!
Required
The team to be deleted.
Returns
- Deletes the specified team.
mutation delete_team($team_id: ID!) { delete_team(team_id: $team_id) { # delete_team fields } }
Built with