DeleteRecords response message
- Last UpdatedAug 29, 2023
- 1 minute read
This is an example of the full structure of a DeleteRecords response message.
<DeleteRecordsResponse>
<DeleteRecordsResults>
<DeleteRecordsResult>
<SetId>11257</SetId>
</DeleteRecordsResult>
</DeleteRecordsResults>
</DeleteRecordsResponse>
Response parameters: DeleteRecordsResults section
Contains the set of delete records results.
<DeleteRecordsResults>
<DeleteRecordsResult>
<SetId>11257</SetId>
</DeleteRecordsResult>
</DeleteRecordsResults>
|
Parameter |
Description |
|---|---|
|
DeleteRecordsResult |
Contains the DeleteRecords result. |
|
SetId |
Returns the SetId of the submitted record. This is a unique identifier for the record. The SetId maps to the row.id returned by Get Data. It is a numeric value. |