DELETE
/
api
/
teams
/
{teamId}
curl --request DELETE \
  --url https://firstquadrant.ai/api/teams/{teamId} \
  --header 'Superuser access: <api-key>'
{
  "id": "tea_qxwVhUwAj3ijxWXstmCNvIII",
  "createdAt": "2024-05-12T00:00:00.000Z",
  "updatedAt": "2024-05-12T00:00:00.000Z",
  "name": "My Team",
  "slug": "my-team"
}

Authorizations

Superuser access
string
header
required

This header is used to authenticate as a superuser. Your API key must have the sudo scope to use this header.

Path Parameters

teamId
string
required

Team ID, starting with tea_

Response

200 - application/json
Team object

The response is of type object.