-
Notifications
You must be signed in to change notification settings - Fork 13
Delete Series
Nikolaos Papoutsis edited this page Oct 13, 2021
·
12 revisions
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.
Headers (Optional)
- The following headers
Admin-Action
andAdmin-Password
can be used simultaneously, if the series is to be permanently deleted. -
Admin-Action
:permanent
-
Admin-Password
:[PASSWORD]
using thekheops_auth_admin_password
secret
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
- Authentication API
- Study List
- Studies/Series Favorites
- Working with the Inbox
- DICOMweb Capability Tokens
- Webhooks
-
Working with Albums
- Album List
- Get an Album
- Create an album
- Edit an album
- Delete an album
- Add a study
- Add a series
- Remove a study
- Remove a series
- Add a User
- Remove a User
- Get the list of Users
- Add and upgrade an user to Admin
- Downgrade an admin to User
- Add an album to favorites
- Remove an album from favorites
- Post a comment
- Get a list of events (comments and mutations)
- Others
- Report Providers