Skip to main content
DELETE
/
analytics
/
dashboards
/
{dashboard_id}
Delete Dashboard
curl --request DELETE \
  --url https://api.decodahealth.com/analytics/dashboards/{dashboard_id} \
  --header 'API-KEY: <api-key>' \
  --header 'TENANT: <tenant>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Path Parameters

dashboard_id
string
required

Response

Successful Response