Skip to main content

Delete a dashboard folder

DELETEhttps://api.coralogix.com/mgmt/openapi/5/dashboards/folders/v1/{folder_id}

Deletes the dashboard folder with the specified ID.

Requires the following permissions:

  • team-dashboards:Update

Authorizations

Authorizationstringheaderrequired
API key authentication

Request

Path Parameters

    folder_id# stringrequired

    Possible values: >= 36 characters and <= 36 characters, Value must match regular expression ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$

    The folder id.

Query Parameters

    request_id# string

    Possible values: non-empty and <= 128 characters, Value must match regular expression ^[\s\S]*$

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

Response

application/json

Response returned after successfully deleting a dashboard folder.