Delete a specific ScannerType
DELETE/scanner/:guid
Soft deletes a specific ScannerType. This will also delete all Scanners of the ScannerType.
Request​
Responses​
- 204
- 403
- 404
- 500
ScannerType deleted.
Unauthorized. You do not have permission to manage the ScannerType.
ScannerType not found.
Internal server error. Deleting the ScannerType failed.