Delete CDR Integration

DELETE/partner-integration/<cipsProductId>/integration

Delete the CDR integration with Azure Sentinel.

To obtain the cipsProductId, refer to Create Product.

Delete CDR IntegrationDelete CDR Integration

API Request

curl --location --request DELETE '<platform_url>/partner-integration/721/integration?integrationType=AZURE_SENTINEL' --header 'accept: application/json' --header 'Authorization: Bearer Token'      
    

JSON Output

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