msgId | Optional field for a message ID that applications can use to identify responses. |
dvName | Unique name of the DataView definition associated with the item to be deleted. |
dvItemId | Service-generated ID (see DataViewItem) of the deleted item within the DataView. If you specify dvItemId then you do not need to specify keyFields. |
keyFields | If you do not have the dvItemId of the item to be deleted, specify this field to identify the item to be deleted. Specify a sequence of values of key fields in string form. The ith value in this sequence is the value for the ith field that is specified in the fieldNames sequence of the associated DataView definition. If you specify dvItemId then you do not need to specify keyFields. |
extraParams | Optional field that future implementations may use. |