Skip to content

Series Remove Favorites

gerome12 edited this page Aug 9, 2019 · 3 revisions

Used to remove a series from favorites. For removing a series, the calling user must have access to the series.

URL : /studies/{StudyInstanceUID}/series/{SeriesInstanceUID}/favorites

Method : DELETE

Auth Required : Authorization with a JWT Bearer token with the user as the sub claim.

URL Parameters

  • album={album_id} (Optional)
  • inbox={boolean} (Optional)
    album or inbox must be set.

Success Response

  • Status : 204 No Content

Error Response

If the user is not found.
If the series is not found.

  • Status : 404 Not Found
Clone this wiki locally