Skip to main content

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

Path Parameters

    scanner_type_guid uuidrequired

    The guid of the ScannerType.

    scanner_guid uuidrequired

    The guid of the Scanner.

Responses

Scanner expired. This returns an empty response.

Loading...