curl --request POST \
  --url https://{domain}-be.glean.com/api/index/v1/deleteteam \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json; charset=UTF-8' \
  --data '{
  "id": "<string>"
}'

Authorizations

Authorization
string
header
required

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

Body

application/json; charset=UTF-8

Describes the request body of the /deleteteam API call

id
string
required

The deleted team's id

Response

200

OK