Skip to main content
DELETE
/
team
Delete the current team and all associated data
curl --request DELETE \
  --url https://api.wirespeed.co/team \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "statusCode": 123
}

Authorizations

Authorization
string
header
required

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

Response