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

    Type Alias PostCancelAccountData

    type PostCancelAccountData = {
        body: { comments?: string };
        path?: never;
        query?: never;
        url: "account/cancel";
    }
    Index

    Properties

    Properties

    body: { comments?: string }

    Supply a comment stating the reason that you are cancelling your account.

    Type Declaration

    • Optionalcomments?: string

      Any reason for cancelling the account, and any other comments you might have about your Linode service.

    path?: never
    query?: never
    url: "account/cancel"