Archive Conversation
Archive a conversation (only pharmacy/admin can archive)
Overview
- Method: POST
- Path:
/pharmacy/messaging/conversations/conversations/<conversationId>/archive - Tags: pharmacy
Parameters
conversationId (path)
- Type:
string - Required: Yes
- Description: conversationId parameter
Request Body
No request body required.
Responses
200
Successful response
Content Type: application/json
{
"id": "string",
"status": {},
"archivedAt": "string"
}400
Bad Request
Content Type: application/json
{}401
Unauthorized
404
Not Found
500
Internal Server Error
Example Usage
curl -X POST \
https://api.pillexa.com/pharmacy/messaging/conversations/conversations/<conversationId>/archive \
-H "Content-Type: application/json" \