Skip to main content
DELETE
/
widgets
/
{id}
Delete dashboard widget
curl --request DELETE \
  --url https://app.azalt.co/api/v1/widgets/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "dashboardId": "<string>",
  "reportSectionId": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Query Parameters

dashboardId
string
reportSectionId
string

Response

Successful response

id
string
required
dashboardId
string | null
required
reportSectionId
string | null
required