Skip to main content

Delete a dashboard

DELETE 

/perses-pulic/api/v1/projects/:folderId/dashboards/:uid/1

Deletes a specific dashboard by its ID.

Request

Path Parameters

    folderId stringrequired

    The ID of the folder where the dashboard is located.

    uid stringrequired

    The ID of the dashboard to delete.

Responses

Dashboard deleted successfully

Loading...