Skip to main content
DELETE
/
api
/
v0
/
team
destroy team
curl --request DELETE \
  --url https://console.vast.ai/api/v0/team/ \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "msg": "Team Successfully Deleted!",
  "pkey_id": 12345
}

Documentation Index

Fetch the complete documentation index at: https://vastai-80aa3a82-feat-host-3113-dynamic-resize.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Response

Team successfully deleted

success
boolean
Example:

true

msg
string
Example:

"Team Successfully Deleted!"

pkey_id
integer

ID of the user's team API key which was converted back to a client key.

Example:

12345