DELETE
/
api
/
teams
/
{teamId}

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
createdAt
string
required

The date and time the team was created.

id
string
required

The unique ID of the team, starting with tea_.

name
string
required

The name of the team.

slug
string
required

The unique slug of the team used is URLs in the FirstQuadrant app, e.g., https://firstquadrant.ai/my-team.

updatedAt
string
required

The date and time the team was last updated.