Series Remove Favorites - OsiriX-Foundation/KheopsAuthorization GitHub Wiki
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
orinbox
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