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

    Type Alias DeleteImageData

    type DeleteImageData = {
        body?: never;
        path: { imageId: string };
        query?: never;
        url: "images/{imageId}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { imageId: string }

    Type Declaration

    • imageId: string

      The unique identifier assigned to the image after creation.

    query?: never
    url: "images/{imageId}"