Delete Insight

Deletes the reporting insight identified by its ID.

Authentication

AuthorizationBearer
Authenticate server-side requests with a private Vapi API key. Create or copy a key from the [Vapi Dashboard](https://dashboard.vapi.ai) and send it in the `Authorization` header as `Bearer <token>`. Keep private API keys out of client-side code and public repositories.

Path parameters

idstringRequired

Response

barobject

A saved bar-chart insight containing its call-data queries, formulas, grouping, stepped time range, metadata, and lifecycle information.

OR
pieobject

A saved pie-chart insight containing its call-data queries, formulas, grouping, time range, and lifecycle information.

OR
lineobject

A saved line-chart insight containing its call-data queries, formulas, grouping, stepped time range, metadata, and lifecycle information.

OR
textobject

A saved text-value insight containing its call-data queries, formula, time range, and lifecycle information.