Delete a conversation
This request deletes a conversation and all data directly associated with the conversation ID, such as messages, action items, topics, summary, and so on. When you delete a conversation, it cannot be recovered and the conversation ID no longer works for any other API request.
If you need to purge a conversation and all related data, this operation accomplishes the purge immediately. The operation cannot be reversed and the conversation cannot be recovered.
If you have the original conversation saved outside the Symbl.ai environment, you could process it again to get a new conversation ID and generate similar data.
Authentication
This request requires an access token, as described in Authenticate.
Conversation ID
This request requires a conversation ID, generated when you Process a Conversation.
To delete a conversation, use the operation:
DELETE https://api.symbl.ai/v1/conversations/{conversationId}
To make this request from the API reference, see Delete conversation.
Updated about 1 month ago