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.