DELETE /teams/:teamId
Description
Disband a team.
All members of the team will be removed from the team.
Resource URL
https://api.playlyfe.com/teams/:teamId
Method
DELETE
Scopes
player, game, debug
Location | Parameter Name | Default Value | Description |
---|---|---|---|
Query | teamId | The team ID |
Example
Request
DELETE https://api.playlyfe.com/teams/avengers
Response
{ "message": "Team 'avengers' disbanded successfully" }