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

    Type Alias DeleteLinodeIpData

    type DeleteLinodeIpData = {
        body?: never;
        path: { address: string; linodeId: number };
        query?: never;
        url: "linode/instances/{linodeId}/ips/{address}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { address: string; linodeId: number }

    Type Declaration

    • address: string

      The IP address.

    • linodeId: number

      The ID of the Linode.

    query?: never
    url: "linode/instances/{linodeId}/ips/{address}"