Study Remove Favorites - OsiriX-Foundation/KheopsAuthorization GitHub Wiki
Used to remove a study from favorites. For removing a study, the calling user must have access to the study.
URL : /studies/{StudyInstanceUID}/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)albumorinboxmust be set.
Success Response
- Status :
204 No Content
Error Response
If the user is not found. If the study is not found.
- Status :
404 Not Found