Delete team
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
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
team_id
Response
Successful response

