How can we help?

Searching:

0 results found

Dashboards/Delete

DELETE api/dashboards/[dashboardId]

Description

Deletes a specific Dashboard based on its dashboardId. This dashboardId is returned in the response of Dashboards/Post.

See the following for request and response details ‒

See Also

Request ‒ Dashboards/Delete

Property Type Description Mandatory
id String This is the unique identifier automatically assigned by Axonize when a Dashboard is created. This id is returned in the response of the Dashboards/Post.

Example JSON Dashboards/Delete Request

curl -X DELETE \

https://api.dev.axonize.com/api/dashboards/5ba360eb19ec0c17543b681b \

-H ‘Cache-Control: no-cache’ \

-H ‘Content-Type: application/json’ \

-H ‘appId: 1aaf017c-b987-4f53-94d6-ad9afb8e4767’

Response ‒ Dashboards/Delete

Example JSON Dashboards/Delete Response

Status 204 ‒ No Content