Skip to main content
DELETE
/
v5
/
evaluation-dashboards
/
{dashboard_id}
/
widgets
/
{widget_id}
Remove Widget from Dashboard
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>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Headers

x-selected-account-id
string | null

Path Parameters

dashboard_id
string
required
widget_id
string
required

Response

Successful Response