DELETE
/
teams
/
{team}
curl --request DELETE \
  --url https://api.altostrat.io/teams/{team} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Standard OAuth2 flow for user authentication. Use Authorization Code Grant or Implicit Grant. JWT Bearer tokens obtained are used for subsequent requests.

Path Parameters

team
string
required

UUID of the team to delete.

Response

204

Team deleted successfully.