Skip to main content
Delete Custom Enrichments
curl --request DELETE \
  --url https://api.coralogix.com/mgmt/openapi/latest/enrichment-rules/custom-enrichment-rules/v1/{custom_enrichment_id} \
  --header 'Authorization: <api-key>'
{
  "customEnrichmentId": 1,
  "message": "Custom enrichment deleted successfully"
}

Authorizations

Authorization
string
header
required

API key authentication

Path Parameters

custom_enrichment_id
integer
required
Example:

1

Response

200 - application/json
customEnrichmentId
integer
Example:

1

message
string
Example:

"Custom enrichment deleted successfully"