Skip to main content
DELETE
/
v1
/
teams
/
{uid}
Delete a Team
curl --request DELETE \
  --url https://api.siit.io/v1/teams/{uid} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "troubleshoot": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

uid
string
required

The UID of the Team

Response

No Content