Removing Dyna Conversation History by ID DELETE

The Dyna API DELETE /v1/content/search/rag/conversations/{id} endpoint allows you to delete a single Dyna AI conversation for a user. Since this endpoint relates to information specific to a user’s account, an ID token is required.

The following header information is the minimum required to execute a request for this endpoint:

  • Authorization: a personalized access token.
  • x-eis-id-token: an ID token.

Request

DELETE 'https://apis.ebsco.com/medsapi-dynamic-health/v1/content/search/rag/conversations/{your-conversation-id-goes-here}'

If the user's conversation is deleted successfully, you will receive a simple 204 - No Content response.