curl --request DELETE \
--url https://api.coralogix.com/mgmt/openapi/latest/data-exploration/saved-views/v1/folders/{id} \
--header 'Authorization: <api-key>'{}Deletes a view folder by ID
curl --request DELETE \
--url https://api.coralogix.com/mgmt/openapi/latest/data-exploration/saved-views/v1/folders/{id} \
--header 'Authorization: <api-key>'{}API key authentication
Unique identifier for folders
36^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"3dc02998-0b50-4ea8-b68a-4779d716fa1f"
The response is of type object.
Was this page helpful?