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

    Type Alias DeleteVolumeData

    type DeleteVolumeData = {
        body?: never;
        path: { volumeId: number };
        query?: never;
        url: "volumes/{volumeId}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { volumeId: number }

    Type Declaration

    • volumeId: number

      The unique identifier for the target volume. Run the List volumes operation and store the id for the target volume as your volumeId.

    query?: never
    url: "volumes/{volumeId}"