Delete Azure Storage Blob Integration Details

You can delete the integration using the unique identifier associated with the integration.

DELETE /partner-integration/azure/storage-blob/{integrationId}/vm

SampleSample

API Request

"Curl -X DELETE""<qualys_gateway_url>/partner-integration/azure/storage-blob/{integrationId}/vm ""-H""Authorization: Bearer <token>"	  
	  

Where “integrationId” is the unique integration identifier of the Azure Storage Blob.

Output

{
   "message":"Azure Storage Blob VM integration successfully deleted."
}