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 Specialty from User's Followed Specialties

The DynaMed API DELETE /user/followed-specialties endpoint removes a specialty from the list of followed specialties for a user.  

To DELETE a Specialty 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-specialties

Request Body

{
  "id": "Allergy"
}

Success Response

200

Error Response Codes

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