VoiceMessages APIs
-
Delete a Voice Message
Description: Deletes the given voice message.Usage:
DELETE api/Messages/Voice/Delete/{VoiceCode}
Parameter Type Source Description VoiceCode Int32 FromUri The unique numerical code identifying the voice message to delete Returns:
Returns 0 on success
Examples:
<!-- Intent: Delete voice message with voicecode of 100000 DELETE to the following url http://api.v4.swiftreach.com/api/Messages/Voice/Delete/100000 --> <!-- No XML input is required --> <!-- example return value --> <int>0</int>