delete
https://{hostname}/api/talk/chat/v1/conversations/
This operation deletes a chat conversation by ID.
Design Note
Conversations are implicitly created when messages are sent via the Chat Messages operation (POST /chat/v1/messages). The Chat Conversations API resource provides only GET and DELETE operations. There are no POST or PATCH operations for conversations as they are managed automatically through message creation.
Authorization and Permissions
- An OpenAm or UKG Authentication token is required to delete a conversation.