Skip to main content
DELETE
/
accounts
/
api
/
dashboard
/
views
/
{dashboardViewId}
Delete a dashboard view
curl --request DELETE \
  --url https://api.upstackdata.com/accounts/api/dashboard/views/{dashboardViewId} \
  --header 'x-api-key: <api-key>' \
  --header 'x-pixel-id: <api-key>'
{
  "deleted": true,
  "dashboardViewId": "<string>"
}

Authorizations

x-api-key
string
header
required

Your Upstack API key. Starts with upstack_.

x-pixel-id
string
header
required

The pixel id the request targets.

Path Parameters

dashboardViewId
string
required

Response

Deletion confirmation.

deleted
boolean
required
Example:

true

dashboardViewId
string
required