Skip to main content
Delete a dashboard folder
curl --request DELETE \
  --url https://api.coralogix.com/mgmt/openapi/5/dashboards/folders/v1/{folder_id} \
  --header 'Authorization: <api-key>'
{}

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

folder_id
string
required

The folder id.

Query Parameters

request_id
string

Idempotency key for the delete folder request, used to prevent duplicate operations.

Response

Response returned after successfully deleting a dashboard folder.