Skip to main content

Delete dashboard folder

DELETE 

/perses-public/api/v1/projects/:projectId

Deletes a folder and every dashboard inside it. Deleting a folder that still has dashboards in it also succeeds - there is no "folder is not empty" guard.

The deletion is soft: the folder and its dashboards stop appearing in every endpoint of this API. Creating a folder with the same metadata.name later restores this one.

Request

Path Parameters

    projectId stringrequired

    The folder's id.

Responses

The folder was deleted. This endpoint returns 200 with a body, not 204.

Schema
    id string
Loading...