v24

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

messagestring required
statusstring required

Example response

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