Deletes specific Scanner of ScannerType
DELETE/scanner/:scanner_type_guid/instance/:scanner_guid
Soft deletes a specific Scanner of a specific ScannerType, this means that it will no longer show up in any of the lists.
Note that this differs from expiring a Scanner, which only revokes access of that instance.
Request​
Responses​
- 204
- 403
- 404
- 500
Scanner deleted.
Unauthorized. You do not have permission to manage the ScannerType.
ScannerType or Scanner not found.
Internal server error. Deleting the Scanner failed.