Delete Integration with Nutanix
Delete integration with Nutanix to run the Qualys APIs.
Once you enable the integration, the response provides an unique integration identifier (id). You can delete the integration using the unique identifier associated with the integration.
API request
"curl -X DELETE “<qualys_gateway_url>/partner-integration/integration/nutanix/"{
"id"
}"/vm/”
-H""Authorization: Bearer <token>"
JSON output
{
"Nutanix VM integration deleted successfully"
}