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

    Type Alias DeleteManagedServiceData

    type DeleteManagedServiceData = {
        body?: never;
        path: { serviceId: number };
        query?: never;
        url: "managed/services/{serviceId}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { serviceId: number }

    Type Declaration

    • serviceId: number

      The ID of the Managed Service to access.

    query?: never
    url: "managed/services/{serviceId}"