Teams
Delete a team
Delete a team by ID.
DELETE
/
api
/
teams
/
{teamId}
Authorizations
Superuser access
string
headerrequiredThis header is used to authenticate as a superuser. Your API key must have the sudo
scope to use this header.
Path Parameters
teamId
string
requiredTeam ID, starting with tea_
Response
200 - application/json
id
string
requiredThe unique ID of the team, starting with tea_
.
createdAt
string
requiredThe date and time the team was created.
updatedAt
string
requiredThe date and time the team was last updated.
name
string
requiredThe name of the team.
slug
string
requiredThe unique slug of the team used is URLs in the FirstQuadrant app, e.g., https://firstquadrant.ai/my-team
.