Delete a Materialization Plan
API Description
Use this API to delete a specified materialization plan, including external, acceleration, and result materialization plans.
API URL
Request parameters
Common Request Headers
| parameter | Type | required | Description |
|---|---|---|---|
| tenant-id | String | Yes | Tenant ID, used to identify the tenant for metric query content. |
| auth-type | String | Yes | Authentication method. Supports UID, TOKEN, ACCOUNT, and APIKEY. |
| auth-value | String | Yes | Authentication value corresponding to auth-type. |
How to Obtain Common parameters
View this in the top navigation of Aloudata CAN under Metric Applications > API Integration.

Request parameters
| Field | Type | required | Description |
|---|---|---|---|
| uuid | String | ✔ Yes | Materialization plan unique ID to delete |
Request Example
Response parameter Description
| Field | Type | Description |
|---|---|---|
| data | String | Fixed value "success" |
| success | Boolean | Whether deletion succeeded |
| code | String | Status code |
| errorMsg | String | Error message |
| detailErrorMsg | String | Detailed error message |