Delete a Contact

Deletes the specified contact object and all associated data.

Example

curl -X DELETE "https://api.chartmogul.com/v1/contacts/con_d018335c-56d2-11ee-897c-830bb2bba6ec" \
     -u YOUR_API_KEY: \
ChartMogul::Contact.retrieve('con_d018335c-56d2-11ee-897c-830bb2bba6ec').destroy!
ChartMogul.Contact.destroy(config, "con_d018335c-56d2-11ee-897c-830bb2bba6ec");
<?php

ChartMogul\Contact::retrieve("con_d018335c-56d2-11ee-897c-830bb2bba6ec")->destroy();
?>
api.DeleteContact("con_d018335c-56d2-11ee-897c-830bb2bba6ec")
chartmogul.Contact.destroy(config, uuid="con_d018335c-56d2-11ee-897c-830bb2bba6ec")

Result Format

{}
true
{}
true
nil
None
Language
Authorization
Basic
base64
: