Altostrat Studio is here — the AI-native network operations IDE for engineers running production. Terminal, diagrams, runbooks, and Copilot in one workspace. Get started →
curl --request DELETE \
--url https://v1.api.altostrat.io/workspaces/{workspaceId}/organizations/{organizationId} \
--header 'Authorization: Bearer <token>'{
"type": "conflict_error",
"code": "organization_has_usage",
"message": "Cannot delete organization 'Engineering' because it or its descendants have active resource usage.",
"doc_url": "https://docs.altostrat.io/errors/organization_has_usage"
}Permanently deletes an organization. An organization cannot be deleted if it or any of its descendants have active resource usage.
curl --request DELETE \
--url https://v1.api.altostrat.io/workspaces/{workspaceId}/organizations/{organizationId} \
--header 'Authorization: Bearer <token>'{
"type": "conflict_error",
"code": "organization_has_usage",
"message": "Cannot delete organization 'Engineering' because it or its descendants have active resource usage.",
"doc_url": "https://docs.altostrat.io/errors/organization_has_usage"
}Documentation Index
Fetch the complete documentation index at: https://altostrat.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Enter your JWT in the format: Bearer {token}
The ID of the workspace.
"ws_a1b2c3d4e5f6g7h8"
The ID of the organization.
"org_aBcDeFg123456789"
The organization was successfully deleted.
Was this page helpful?