Delete a Note or Call Log

Deletes the specified note object.

Example

curl -X DELETE  "https://api.chartmogul.com/v1/customer_notes/note_39351ba6-dea0-11ee-ac96-37b2b3de29af" \
     -u YOUR_API_KEY: 
ChartMogul::Note.retrieve('note_39351ba6-dea0-11ee-ac96-37b2b3de29af').destroy!
ChartMogul.CustomerNote.destroy(config, "note_39351ba6-dea0-11ee-ac96-37b2b3de29af");
<?php

ChartMogul\CustomerNote::retrieve("note_39351ba6-dea0-11ee-ac96-37b2b3de29af")->destroy();

?>
api.DeleteNote("note_39351ba6-dea0-11ee-ac96-37b2b3de29af")
chartmogul.CustomerNote.destroy(config, uuid='note_39351ba6-dea0-11ee-ac96-37b2b3de29af')

Result Format

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