Archive conversation
Soft-archive a conversation. The conversation is hidden from default list/get endpoints but is preserved in the database along with all linked feedback.
To permanently delete an archived conversation, use the permanent_delete action.
To restore an archived conversation, use the unarchive action.
Access Control:
- Admins can archive any conversation
- Regular users can only archive conversations they created
Impersonation:
- When using impersonation, the ownership check is performed against the impersonated user
Authorizations
Use Authorization: Bearer
Headers
Email of the user to impersonate. Requires CAN_IMPERSONATE_OTHER_USERS permission.
If the target user is not found or does not have access to the project, the request
proceeds as the authenticated user. Contact Clarifeye to enable this permission.
Path Parameters
UUID of the project
UUID of the conversation
Response
Conversation archived successfully