Delete a team by ID.
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" }
This header is used to authenticate as a superuser. Your API key must have the sudo scope to use this header.
sudo
Team ID, starting with tea_
tea_
The response is of type object.
object