@shortcut/client
    Preparing search index...

    Interface BulkDeleteEntityTemplatesParams

    interface BulkDeleteEntityTemplatesParams {
        entity_template_ids: string[];
    }
    Index

    Properties

    entity_template_ids: string[]

    UUIDs of the Entity Templates to delete.

    100

    1