Removing a Followed Specialty DELETE

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

Basic Removing of a Specialty

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

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