Skip to content

Remove a study

gerome12 edited this page Oct 1, 2018 · 3 revisions

Used to remove all the study. For removing a study, the user must be an admin or an user with "removeSeries" permission.

URL : /studies/{StudyInstanceIUD}/albums/{album}

Method : DELETE

Auth Required : Authorization with a JWT Bearer token with the user as the sub claim. The user must an admin or an user with "removeSeries" permission.

Success Response

  • Status : 204 No Content

Error Response

If the user is not an admin or an user with "removeSeries" permission.

  • Status : 403 Forbidden

If the user is not found.
If the album id does not exist.
If the user is not a member of the album.
If the study is not present in the album.

  • Status : 404 Not Found
Clone this wiki locally