Skip to main content

Delete a specific ScannerType

DELETE 

/scanner/:guid

Soft deletes a specific ScannerType. This will also delete all Scanners of the ScannerType.

Request

Path Parameters

    guid uuidrequired

    The guid of the ScannerType.

Responses

ScannerType deleted. This returns an empty response.

Loading...