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

    Type Alias DeleteDomainData

    type DeleteDomainData = {
        body?: never;
        path: { domainId: number };
        query?: never;
        url: "domains/{domainId}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { domainId: number }

    Type Declaration

    • domainId: number

      The ID of the Domain to access.

    query?: never
    url: "domains/{domainId}"