messages
Permanently archive a message (level 2)
Performs a level-2 (permanent) archive on a specific message within a conversation. This operation is irreversible and requires Monitoring to be enabled on your API key.
Unlike level-1 archive (POST .../archive), which is soft and reversible via /unarchive, level-2 archive permanently removes the message. Returns 401 if Monitoring is OFF.
Permission: Conversations Write required.
Monitoring: Required. Returns 401 if Monitoring is OFF.
delete/conversations/{convId}/messages/{messageId}/archive
Path parameters
convIdinteger required
The conversation ID
messageIdinteger required
The message ID
Response
Message permanently archived (level 2 — irreversible).