kustomer-client
    Preparing search index...

    Type Alias DeleteKObjectData

    type DeleteKObjectData = {
        body?: never;
        path: { id: string; name: string };
        query?: never;
        url: "/klasses/{name}/{id}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { id: string; name: string }

    Type declaration

    • id: string

      Unique ID of the KObject.

    • name: string

      Klass name of the KObject.

    query?: never
    url: "/klasses/{name}/{id}"