Messages
Delete a message from the database.
Delete a message from the database and removes the message content from the list of threads.
delete/messages/{messageID}
Path parameters
messageIDstring required
ID of the message
Response
No Content
Example response
{
"message": "action performed successfully",
"status": "success"
}