Delete a dashboard folder
DELETE
https://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
Authorizationrequired
API key authentication
The value is a Coralogix API key. Create a personal or team API key and assign its permissions.
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.