Delete Dashboard
DELETEhttps://api.confident-ai.com/v1/dashboards/{dashboardId}
Permanently deletes a dashboard.
curl -X DELETE "https://api.confident-ai.com/v1/dashboards/{dashboardId}" \
-H "CONFIDENT_API_KEY: <PROJECT-API-KEY>"{
"success": true,
"data": {
"id": "DASHBOARD-ID"
},
"deprecated": false
}Headers
CONFIDENT_API_KEYstringRequiredThe API key of your Confident AI project.
Path parameters
dashboardIdstringRequiredThe id of the dashboard.
Response
The id of the deleted dashboard.
successbooleanIndicates if the request was successful.
dataobjectThe id of the affected dashboard or widget.
Show 1 propertyHide 1 property
idstringThe id of the affected dashboard or widget.
deprecatedbooleanIndicates if this endpoint is deprecated.
Built byConfident AI