Delete Azure Sentinel Integration Details

DELETE  /partner-integration/azure/sentinel/{integrationId}/vm

For an Azure Sentinel integration, you could delete the integration using the unique identifier associated with the integration.

Delete the Azure Sentinel integrationDelete the Azure Sentinel integration

API Rsequest:

"curl -X DELETE  ""<qualys_gateway_url>/partner-integration/azure/sentinel/{integrationId}/vm ""-H""Authorization: Bearer <token>""where",
"integrationId is the unique integration identifier of the Azure Sentinel"      
    

JSON Output

{
   "     ""Azure Sentinel integration successfully deleted."
}