MessageThreads

Delete a message thread from the database.

Delete a message thread from the database and also deletes all the messages in the thread.

delete/message-threads/{messageThreadID}

Path parameters

messageThreadIDstring required

ID of the message thread

Response

No Content

messagestring required
statusstring required

Example response

{
  "message": "action performed successfully",
  "status": "success"
}

Changes