{
"ruleIds": [
"550e8400-e29b-41d4-a716-446655440001",
"550e8400-e29b-41d4-a716-446655440002",
"550e8400-e29b-41d4-a716-446655440003"
]
}curl --location 'https://api.cobra.de/v1/eap/management/rules/bulk-delete' \
--header 'X-Integration-Name: API Documentation' \
--header 'X-Integration-Provider: cobra GmbH' \
--header 'X-Cobra-TenantId: 12e39e53-ece1-4d8d-8958-e782de1dbef0' \
--header 'X-Integration-Contact: info@cobra.de' \
--header 'Content-Type: application/json' \
--data '{
"ruleIds": [
"550e8400-e29b-41d4-a716-446655440001",
"550e8400-e29b-41d4-a716-446655440002",
"550e8400-e29b-41d4-a716-446655440003"
]
}'{
"data": {
"successfullyDeleted": 2,
"totalRequested": 3,
"failedRuleIds": [
"550e8400-e29b-41d4-a716-446655440003"
],
"errorMessages": [
"Rule with ID 550e8400-e29b-41d4-a716-446655440003 not found or access denied"
],
"isSuccess": false
},
"message": "",
"metaData": null,
"statusCode": 200
}