Suppression d’un contact.
Paramètres entrants | Description | Type | Expression régulière | Obligatoire |
contact_id | Identifiant du contact | String (min 3, max 10) | Oui |
Paramètres sortants | Description | Valeurs possibles |
contact_id | Identifiant du conact supprimé |
Code Erreurs
Code d’erreur | Paramètre | Message | Valeur | Commentaire |
501 | contact_id | command syntax error | The ‘contact_id’ element has an invalid value according to its data type | String (min 3, max 10) |
503 | contact_id | authorization failed | not reseller of this contact(handle) / contact linked with objects | |
510 | contact_id | object does not exist | contact_id (handle) |
Commande
<api> […] <command> <contact_delete> <contact_id>…</contact_id> </contact_delete> </command> </api> |
Réponse à la commande
<?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> |