Delete an Integration

Deletes an Azure Sentinel integration.

Delete/partner-integration/{productId}/integration?integrationType=AZURE_SENTINEL_V2

Where 'id' is integrationId provided by Qualys to the customer.

SampleSample

API Request

"curl -X DELETE""qualyspublichost/partner-integration/{productId}/integration?integrationType=AZURE_SENTINEL_V2""-H""Authorization: Bearer <token>"	  
	  

Response

{
   "messsage":"Integration config successfully deleted."
}"