curl --request DELETE \
--url https://api.egp.scale.com/v5/evaluation-dashboards/{dashboard_id}/widgets/{widget_id} \
--header 'x-api-key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Remove a widget from the dashboard (does not delete the widget)
curl --request DELETE \
--url https://api.egp.scale.com/v5/evaluation-dashboards/{dashboard_id}/widgets/{widget_id} \
--header 'x-api-key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}