Team

Delete a Team

DEL
Delete a Team. Deleting a Team will remove all permissions associated with the Team. Users that previously belonged to the Team will no longer have these permissions.

Path parameters

organizationIdstringRequired
The ID of the Organization to delete the Team from.
teamIdstringRequired
The ID of the Team to delete.
DEL
1curl -X DELETE https://api.astronomer.io/iam/v1beta1/organizations/organizationId/teams/teamId \
2 -H "Authorization: Bearer <token>"