Delete Dashboard

Version 4.0.25.2 (latest)

Delete the dashboard with the specified id

Permanently deletes a dashboard. (The dashboard cannot be recovered after this operation.)

"Soft" delete or hide a dashboard by setting its deleted status to True with update_dashboard().

Note: When a dashboard is deleted in the UI, it is soft deleted. Use this API call to permanently remove it, if desired.

Request

DELETE /dashboards/{dashboard_id}
Datatype
Description
Request
HTTP Request
path
HTTP Path
dashboard_id
string
Id of dashboard

Response

Datatype
Description
(string)
string
Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link
Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link
Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link
Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

Examples