Delete team

View as MarkdownOpen in Claude
Deletes the team and its member associations. Answers **204** with no body. A team still holding sites cannot be deleted: the request answers **400** with a JSON:API `errors` document — move the sites to another team first (`PATCH /sites/{site}` with `team`). Requires a full-access token. Teams of other organizations answer 404.

Authentication

AuthorizationBearer

Personal access token created in the Modular DS dashboard; read-only tokens can only call GET endpoints.

Path parameters

team_idstringRequired

Response

204 - Team deleted