@akamai/openapi-ts
    Preparing search index...

    Type Alias DeleteObjectStorageBucketData

    type DeleteObjectStorageBucketData = {
        body?: never;
        path: { bucket: string; regionId: string };
        query?: never;
        url: "object-storage/buckets/{regionId}/{bucket}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { bucket: string; regionId: string }

    Type Declaration

    • bucket: string

      The bucket name.

    • regionId: string

      Identifies a region where this bucket lives.

      📘

      You can use a clusterId in place of regionId in requests for buckets that you created using the legacy version of the API. Run List clusters to see each cluster id.

    query?: never
    url: "object-storage/buckets/{regionId}/{bucket}"