Pharmacy
Messaging
Conversations Conversations Close

Close Conversation

Close a conversation (only pharmacy/admin can close)

Overview

  • Method: POST
  • Path: /pharmacy/messaging/conversations/conversations/<conversationId>/close
  • 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": {},
  "closedAt": "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>/close \
  -H "Content-Type: application/json" \