Delete a report provider - OsiriX-Foundation/KheopsAuthorization GitHub Wiki
Used to delete a report provider for a given album. Only for an admin.
URL : /albums/{album_id}/reportproviders/{client_id}
Method : DELETE
Auth Required : Authorization with a JWT Bearer token with the user as the sub claim.
Success Response
- Status :
204 No Content
Error Response
If the user is not found If the album is not found If the client id is not found
- Status :
404 Not Found
If the user is not an admin
- Status :
403 Forbidden