Removing a Followed Article DELETE
The DynaMed API DELETE /user/followed-articles endpoint removes an article from the list of followed articles for a user.
Basic Removing of a Followed Article
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 a followed article endpoint can return one of the error response codes.
Updated 14 days ago
