deleteteam
Last updated
Deletes a Buzzy Team
The X-Auth-Token and X-User-Id are derived from the values authToken and userId returned from the login endpoint and are used in the HTTP header.
{
"teamID": "<team ID to delete>"
}Returns the status of the deletion operation.
POST /api/deleteteam
X-Auth-Token:<insert token here>
X-User-Id:<insert user id here>
{
"teamID": "<team ID to delete>"
}You should get back:
Last updated
{
"status": "success"
}