@adcp/client API Reference - v3.11.2
    Preparing search index...

    Interface DeletePropertyListResponse

    Response payload for delete_property_list task

    interface DeletePropertyListResponse {
        deleted: boolean;
        list_id: string;
        ext?: ExtensionObject;
    }
    Index

    Properties

    Properties

    deleted: boolean

    Whether the list was successfully deleted

    list_id: string

    ID of the deleted list

    ext?: ExtensionObject