Skip to main content

Move object storage to trash

DELETE 

/organizations/organization/object_storage/object_storage_cluster

Move object storage into the trash

Scopes

  • object_storage

OAuth2 Scopes

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

Request

Body

    organization

    object

    required

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

    id string
    sub_domain string

    object_storage_cluster

    object

    required

    region string

Responses

Move object storage into the trash

Schema

    trash_object

    object

    required

    id string
    keep_until integer
    object_type string

    object_storage_account

    object

    required

    region string
    created_at integer
    provisioning_state ObjectStorageAccountProvisioningStateEnum (string)

    Possible values: [provisioning, provisioned, failed]

    size integer

    The total storage used in bytes (updated periodically)

    bucket_count integer

    data_center

    object

    id string
    name string
    permalink string

    country

    object

    id string
    name string
    iso_code2 string
    iso_code3 string
    time_zone stringnullable
    eu boolean
Loading...