Remove Dyna Conversations History DELETE

The Dyna API DELETE /v1/content/search/rag/conversations endpoint allows you to delete all past Dyna AI conversations 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'

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