Messages
Delete Message
The Delete Message endpoint enables users to remove a specific message from a conversation. This can be used to correct mistakes, remove inappropriate content, or simply clear out outdated messages. Deleting messages programmatically is particularly useful for applications that require content moderation or automatic cleanup of conversations, ensuring that sensitive or erroneous information is no longer visible to participants.
DELETE
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Message ID.
Response
200
application/json
DeleteMessageResource
The response is of type object
.