Delete message
Messages
Delete message
Delete a message in a thread. Only works for X Chat (encrypted DM) threads.
DELETE
Delete message
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the thread containing the message.
Pattern:
^[0-9a-z]+$The ID of the message to delete.
Pattern:
^[0-9a-z]+$Body
application/json
Whether to delete the message for all participants or just for yourself. Defaults to true (delete for all).