Skip to main content

Delete file storage volume

DELETE 

/file_storage_volumes/file_storage_volume

Delete a file storage volume.

Scopes

  • file_storage_volumes

OAuth2 Scopes

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

Request

Body

    file_storage_volume

    object

    required

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

    id string

Responses

Delete a file storage volume.

Schema

    trash_object

    object

    required

    id string
    keep_until integer
    object_id string
    object_type string

    file_storage_volume

    object

    required

    id string
    name string

    data_center

    object

    id string
    name string
    permalink string
    associations string[]
    state FileStorageVolumeStateEnum (string)

    Possible values: [pending, failed, ready, configuring]

    nfs_location stringnullable

    The NFS location of where to mount the volume from.

    size integernullable

    The size of the volume in bytes.

Loading...