Skip to main content

Deletion steps

GET 

/organizations/organization/deletion_steps

Returns details of the steps which must be performed before an organization can be deleted

Scopes

  • organizations:delete
  • managed_organizations:delete

OAuth2 Scopes

When using OAuth2 authentication, scopes are prefixed with api.katapult.io/core/v1/.

Request

Query Parameters

    organization[id] string

    All 'organization[]' params are mutually exclusive, only one can be provided.

    organization[sub_domain] string

    All 'organization[]' params are mutually exclusive, only one can be provided.

Responses

Returns details of the steps which must be performed before an organization can be deleted

Schema

    steps

    object

    required

    managed_organizations

    object

    satisfied boolean
    description string

    virtual_machines

    object

    satisfied boolean
    description string

    disks

    object

    satisfied boolean
    description string

    file_storage_volumes

    object

    satisfied boolean
    description string

    disk_backup_policies

    object

    satisfied boolean
    description string

    isos

    object

    satisfied boolean
    description string

    disk_templates

    object

    satisfied boolean
    description string

    load_balancers

    object

    satisfied boolean
    description string

    dns_zones

    object

    satisfied boolean
    description string

    empty_trash

    object

    satisfied boolean
    description string

    virtual_networks

    object

    satisfied boolean
    description string

    ip_addresses

    object

    satisfied boolean
    description string

    object_storage

    object

    satisfied boolean
    description string

    ensure_zero_balance

    object

    satisfied boolean
    description string

    ensure_no_outstanding_invoices

    object

    satisfied boolean
    description string
Loading...