Skip to main content

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

Path Parameters

    scanner_type_guid uuidrequired

    The guid of the ScannerType.

    scanner_guid uuidrequired

    The guid of the Scanner.

Responses

Scanner deleted. This returns an empty response.

Loading...