Skip to main content
Delete Policy
curl --request DELETE \
  --url https://api.coralogix.com/mgmt/openapi/5/dataplans/policies/v1/{id} \
  --header 'Authorization: <api-key>'
{
  "id": "id"
}

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
string
required

The unique identifier of the data policy to delete.

Example:

"id"

Response

This data structue is obtained when deleting a policy by its ID.

id
string
required

Unique identifier.

Example:

"id"