Authorizations
API key authentication
Query Parameters
Response
200 - application/json
Response data structure for enrichments deletion
curl --request DELETE \
--url https://api.coralogix.com/mgmt/openapi/latest/enrichment-rules/enrichment-rules/v1 \
--header 'Authorization: <api-key>'{
"remainingEnrichments": [
{
"enrichedFieldName": 1,
"enrichmentType": {
"geoIp": {
"withAsn": true
}
},
"fieldName": 1,
"id": 1,
"selectedColumns": [
[
"city",
"population"
]
]
}
]
}No description available
curl --request DELETE \
--url https://api.coralogix.com/mgmt/openapi/latest/enrichment-rules/enrichment-rules/v1 \
--header 'Authorization: <api-key>'{
"remainingEnrichments": [
{
"enrichedFieldName": 1,
"enrichmentType": {
"geoIp": {
"withAsn": true
}
},
"fieldName": 1,
"id": 1,
"selectedColumns": [
[
"city",
"population"
]
]
}
]
}API key authentication
Response data structure for enrichments deletion
Show child attributes
Was this page helpful?