Deleting a Dashboard
Function
This API is used to delete a dashboard.
Calling Method
For details, see Calling APIs.
URI
DELETE /v2/{project_id}/aom/dashboards/{dashboard_id}
Parameter | Mandatory | Type | Description |
|---|---|---|---|
project_id | Yes | String | Project ID, which can be obtained from the console or by calling an API. For details, see Obtaining a Project ID. |
dashboard_id | Yes | String | Dashboard ID. |
Request Parameters
Parameter | Mandatory | Type | Description |
|---|---|---|---|
X-Auth-Token | Yes | String | User token obtained from IAM. For details, see Obtaining a Token. |
Content-Type | Yes | String | Message body type or format. Content type, which is application/json. |
Enterprise-Project-Id | No | String | Enterprise project ID. For details, see Obtaining an Enterprise Project ID.
|
Response Parameters
Status code: 200
OK: The request is successful.
None
Example Requests
Delete the dashboard whose ID is 2439f2c7--43eb--cd1b****8b2e.
https://{Endpoint}/v2/{project_id}/aom/dashboards/2439f2c7-****-43eb-****-cd1b****8b2e Example Responses
None
Status Codes
Status Code | Description |
|---|---|
200 | OK: The request is successful. |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.

