Delete Message

Deletes a Content Message.


Function

  • deleteMessage()

Url

  • POST: /PuresendService/v1/deleteMessage

Parameters

  • contentId: int
    • id of the message to delete.

Return

  • int:
    • id of the message to delete.

Exception

  • Exception

Documentation

  • Deletes a Content Message.
  • You cannot delete a message that has been used in a job.

Examples

{
    "contentId": 18084
}
{
    "statusCode": 1
}