DELETE
/api/v1/messagesDelete messages
Delete individual or all messages. If no IDs are provided then all messages are deleted.
Delete request
IDsarray<string>optional
Array of message database IDs
200Plain text "ok" response
400Server error will return with a 400 status code
with the error message in the body
Error handling
A 400 is returned: Server error will return with a 400 status code with the error message in the body.