Expire specific Scanner of ScannerType
POST/scanner/:scanner_type_guid/instance/:scanner_guid/expire
Expires a specific Scanner of a specfiic ScannerType. This means that it will no longer have acces.
Note, that this differs from deleting a Scanner, which not only revokes access of the Scanner, but also removes it from the list.
Request​
Responses​
- 204
- 403
- 404
- 500
Scanner expired.
Unauthorized. You do not have permission to manage the ScannerType.
ScannerType or Scanner not found.
Internal server error. Expiring the Scanner failed.