v24

latestSwagger 2.0AGPL-3.0raw.githubusercontent.com2026-08-015163191.7 KB
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"
}