Organizations
Delete a team
Permanently deletes a team — the database row is removed outright. This cannot be undone, and unlike API keys, teams have no in-between "disabled" state to fall back on. Only an org_admin of that organization may call this.
DELETE
/api/v1/orgs/:orgId/teams/:teamIdAuthorizations
Authorizationrequiredstring · header
API key as bearer token in the Authorization header.
Path parameters
orgIdrequiredstring
The organization ID, from a GET /orgs response.
teamIdrequiredstring
The team ID, from a list-teams or create-a-team response.
Response examples