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

    Type Alias DeleteClientData

    type DeleteClientData = {
        body?: never;
        path: { clientId: string };
        query?: never;
        url: "account/oauth-clients/{clientId}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { clientId: string }

    Type Declaration

    • clientId: string

      The OAuth Client ID to look up.

    query?: never
    url: "account/oauth-clients/{clientId}"