Skip to main content

DELETE a Conversation

URL: https://{{server-url}}/api//v1/request/104/conversation/1

You can delete a conversation within a Request or Service Request by calling the above endpoint with the ticket ID.

You need the following key-values:

Header

KeyDescription
AuthorizationBearer/API Key {access token obtained after authorization}

Example (Request & Response)

Request

curl --location --request DELETE 'https://172.16.11.160/api//v1/request/104/conversation/1' \
--header 'Authorization: Apikey cnvwSGGPRGPVXApR%40RxLdhBMktQ4RLjxhf36qzfwql3i3Ao7zPDaJKLF1Ty5ZT3aFi0Z%2B' \
--header 'Cookie: Path=/'

Response

{
"userMessage": "Conversation has been deleted successfully.",
"warningMessage": null,
"id": 104,
"success": false
}