Teams

Delete a team

Delete a team, its memberships, and its component-ownership assignments.

delete/teams/{teamId}

Path parameters

teamIdstring uuid required

Team to delete.

Query parameters

organizationIdstring

Organization to operate on. Auto-filled from CLI and SDK context when omitted. User tokens must supply it unless the credential's fixed scope resolves it; secret keys may omit it (the key's organization applies).

Response

OK

{"stackTrail":"paths:/teams/{teamId}:delete:responses:200:content:application/json:schema:properties:success","oasType":"schema","type":"unknown","description":"The team and its memberships were removed."}

Changes

No recorded changes to this endpoint across all 4 revisions of this API.