kustomer-client
    Preparing search index...

    Type Alias BulkDeleteKObjectsData

    type BulkDeleteKObjectsData = {
        body?: never;
        path: { name: string };
        query: { ids: string };
        url: "/klasses/{name}/bulk";
    }
    Index

    Properties

    Properties

    body?: never
    path: { name: string }

    Type declaration

    • name: string

      Klass name of KObjects (custom objects).

    query: { ids: string }

    Type declaration

    • ids: string

      Comma-separated list of unique KObject IDs.

    url: "/klasses/{name}/bulk"