@adcp/sdk API Reference - v7.9.0
    Preparing search index...

    Interface DeletePropertyListResponse

    Response payload for delete_property_list task

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

    Properties

    deleted: boolean

    Whether the list was successfully deleted

    list_id: string

    ID of the deleted list

    replayed?: boolean

    Set to true when this response is a cached replay returned for an idempotency_key that was already processed. Set to false (or omitted) when the request was executed fresh. Buyers use this to distinguish cached replays from new executions — matters for billing reconciliation, audit logs, and any downstream system that assumes exactly-once event semantics. Only present on responses to mutating requests that carry idempotency_key.

    context?: ContextObject
    ext?: ExtensionObject