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

    Interface DeletePropertyListRequest

    Request parameters for deleting a property list

    interface DeletePropertyListRequest {
        list_id: string;
        context?: ContextObject;
        ext?: ExtensionObject;
    }
    Index

    Properties

    Properties

    list_id: string

    ID of the property list to delete

    context?: ContextObject
    ext?: ExtensionObject