delete_record Flags

delete_record

These are the control flags applicable to:

  • C/C++: Sz_deleteRecord
  • C#: DeleteRecord
  • Java: deleteRecord
  • Python: delete_record
  • sz_command: delete_record

There is no default composite flag.

if the SZ_WITH_INFO flag is used, the response document contains an AFFECTED_ENTITIES list of all new, updated, or no-longer-valid entities.

SZ_WITH_INFO

Click to expand response JSON
{
    "DATA_SOURCE": "TEST",
    "RECORD_ID": "1A",
    "AFFECTED_ENTITIES":
    [
        {
            "ENTITY_ID": 100001
        }
    ],
    "INTERESTING_ENTITIES":
    {
        "ENTITIES":
        []
    }
}