cURL
curl --request DELETE \ --url https://charts.basedash.com/api/public/organizations/{orgId}/insights/{id} \ --header 'Authorization: Bearer <token>'
{ "error": { "title": "<string>", "detail": "<string>" } }
Deletes an insight by ID. Requires admin access to the organization.
Documentation IndexFetch the complete documentation index at: https://basedash.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://basedash.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
API key authentication using Bearer token format: Bearer <basedash_api_key>
Bearer <basedash_api_key>
Organization ID
Insight ID
Insight deleted successfully
Was this page helpful?