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

Documentation Index

Fetch the complete documentation index at: https://docs.coralogix.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key authentication

Path Parameters

id
integer<int64>
required

The unique identifier of the custom enrichment rule to delete.

Example:

1

Response

200 - application/json

Response returned after successfully deleting a custom enrichment rule.

customEnrichmentId
integer<int64>

The custom enrichment id.

Example:

1

message
string

Human-readable message.

Example:

"Custom enrichment deleted successfully"