DELETE
/
api
/
v0
/
team
/
destroy team
curl --request DELETE \
  --url https://console.vast.ai/api/v0/team/ \
  --header 'Authorization: Bearer <token>'
{
  "msg": "Team Successfully Deleted!"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Team successfully deleted

msg
string
Example:

"Team Successfully Deleted!"