A MoogDb v2 method that deletes a single team.
Method deleteTeam
takes the following request arguments:
Name | Type | Required | Description |
---|---|---|---|
| Number | Yes | ID of the team you want to delete. |
Method deleteTeam
returns the following response:
The following examples demonstrate typical use of method deleteTeam
:
Example request to delete a team with ID 33.
var success = moogdb.deleteTeam(33)