Delete a team
Delete a team by ID.
DELETE
Authorizations
This header is used to authenticate as a superuser. Your API key must have the sudo
scope to use this header.
Path Parameters
Team ID, starting with tea_
Response
200 - application/json
Team object
The unique ID of the team, starting with tea_
.
Example:
"tea_qxwVhUwAj3ijxWXstmCNvIII"
The date and time the team was created.
Example:
"2024-05-12T00:00:00.000Z"
The date and time the team was last updated.
Example:
"2024-05-12T00:00:00.000Z"
The name of the team.
Example:
"My Team"
The unique slug of the team used is URLs in the FirstQuadrant app, e.g., https://firstquadrant.ai/my-team
.
Example:
"my-team"