Name
BatchRecordDelete Delete a group of customer records
Description
BatchRecordDelete deletes customer records associated with a group of numbers. The following are the allowed fields in reqparams:
* dnlist The list of numbers containing the records to be deleted.
* datetime The effective date/time of the records to be deleted. The format of this value is:
mm/dd/yy hh:mmX/Y
where X is the meridiem (A or P), and Y is the SMS/800 timezone indicator. An example of a valid date/time would be: 07/01/98 10:15A/C.
comment A comment describing the batch operation.
flowmax The maximum number of messages per hour sent to SMS/800.
rundate The date/time when this batch will run. The format of this value is:
mm/dd/yy hh:mmX
where X is the meridiem (A or P).

To run a batch immediately, either don't use this parameter or set the value to NOW.

MGI Messages
BatchRecordDelete sends a REQ-CRC message with an action code of X. The response message is a RSP-CRC.
Example
The following request parameters will delete the customer records for 07/01/04 10:00am from 8005551212 and 8005551213 with the comment "delete these numbers".
dnlist~8005551212,8005551213;datetime~07/01/04 10:00A/C;comment~delete these numbers;
See Also
RecordDelete