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
- 204
- 404
Dashboard deleted successfully
Dashboard not found
Loading...