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

Documentation Index

Fetch the complete documentation index at: https://docs.upstackdata.com/llms.txt

Use this file to discover all available pages before exploring further.

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