Used to delete a contact.
Inputs | Description | Type | Regular expression | Mandatory |
contact_id | contact identifier | String (min 3, max 10) | Yes |
Outputs | Description | Possible values |
contact_id | Identifier of the deleted contact |
Command
<api> […] <command> <contact_delete> <contact_id>…</contact_id> </contact_delete> </command> </api> |
Response
<?xml version="1.0" encoding="utf-8"?> <api> <response> <trID>…</trID> <result code="…"> <msg>…</msg> </result> </response> <resData> <contact_delData> <contact_id available="…">…</contact_id> </contact_delData> </resData> </api> |