MEDS API Documentation Title

 

 

Browse our guides and interact with our API reference for more information about MEDSAPI DynaMed. Try MEDSAPI DynaMed and learn about core concepts.

 

 

 

 

Remove a Followed Article for a User

The DynaMed API DELETE /user/followed-articles endpoint removes an article from the list of followed articles for a user.  

To DELETE an article followed by a user (example):

Gather the following information for the request:

  • A valid personal access token.

Request

DELETE https://apis.ebsco.com/medsapi-dynamed/v1/user/followed-articles

Request Body

{
  "id": "t113709"
}

Success Response

200

Error Response Codes

The DynaMed DELETE articles endpoint can return one of the error response codes.