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

    Type Alias DeleteManagedContactData

    type DeleteManagedContactData = {
        body?: never;
        path: { contactId: number };
        query?: never;
        url: "managed/contacts/{contactId}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { contactId: number }

    Type Declaration

    • contactId: number

      The ID of the contact to access.

    query?: never
    url: "managed/contacts/{contactId}"