Dashboards API - DELETE a dashboard

Deletes the specified dashboard.

This request is an early adopter release and may be changed in non compatible way.

DELETE
  • Managed https://{your-domain}/e/{your-environment-id}/api/config/v1/dashboards/{id}
  • SaaS https://{your-environment-id}.live.dexp.ae/api/config/v1/dashboards/{id}

Parameters

Parameter Type Description In Required
id string

The ID of the dashboard to be deleted.

path required

Response format

A successful request doesn't return any content.

Example

In this example, the request deletes the dashboard created in the POST request example. The response code of 204 indicates that the deletion was successful.

The API token is passed in the Authorization header.

Curl

curl -X DELETE \
  https://mySampleEnv.live.dexp.ae/api/config/v1/dashboards/7dd386fe-f91d-42e3-a2ec-0c88070933f4 \
  -H 'Authorization: Api-token abcdefjhij1234567890'

Request URL

DELETE https://mySampleEnv.live.dexp.ae/api/config/v1/dashboards/7dd386fe-f91d-42e3-a2ec-0c88070933f4

Response code

204