Delete Series - OsiriX-Foundation/KheopsAuthorization GitHub Wiki
Removes a specific series from the user's Inbox
Relinquishes access to the specified series.
URL : /studies/{StudyInstanceUID}/series/{SeriesInstanceUID}
Method : DELETE
Auth Required : Requires an Access Token with the user as the sub claim.
Success Response
If the bearer token has user as the sub.
- Status :
204 No Content
Error Response
If StudyInstanceUID and/or SeriesInstanceUID are not a valid UID
- Status :
400 Bad Request
If no authentication token is supplied: (Don't forget to return the WWW-authenticate header)
- Status :
401 Unauthorized
If the bearer token does not have the user as the sub claim.
- Status :
403 Forbidden
If the user have no access to any study/series with the given StudyInstanceUID/SeriesInstanceUID.
- Status :
404 Not Found