messages
Archive a message (level 1 — soft)
Performs a level-1 (soft) archive on a specific message within a conversation. This is a reversible operation — the message can be restored using the /unarchive endpoint.
For permanent deletion, use DELETE /conversations/{convId}/messages/{messageId}/archive (level-2 archive), which requires Monitoring to be enabled.
Permission: Conversations Write required.
Monitoring: No impact.
post/conversations/{convId}/messages/{messageId}/archive
Path parameters
convIdinteger required
Example:123456
The identifier of the conversation
messageIdinteger required
Example:123456
The identifier of the message
Response
Message successfully archived (level 1 — reversible).