DELETE
/
workspaces
/
{workspace_id}
/
organizations
/
{organization_id}
Delete Organization
curl --request DELETE \
  --url https://api.altostrat.io/workspaces/{workspace_id}/organizations/{organization_id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Auth0 JWT token for user authentication.

Path Parameters

workspace_id
string
required

The unique identifier for the workspace.

Example:

"ws_abc123"

organization_id
string
required

The unique identifier for the organization (Auth0 org ID).

Example:

"org_123abc"

Response

204

Organization deleted successfully.