Skip to main content
DELETE
Permanently delete a Data App from your organization. This action removes the Data App along with all associated embed configurations and API tokens.
Destructive Operation: This action is irreversible. Deleting a Data App will:
  • Remove all embed configurations associated with this Data App
  • Invalidate all API tokens for this Data App
  • Break any embedded dashboards using this Data App’s tokens
Make sure you have updated your applications before deletion.
Authentication Requirement: This endpoint requires a service token (not a data app API key). Service tokens have elevated permissions to manage Data Apps across your organization.

Endpoint Formats

Authentication

This endpoint requires a service token in the Authorization header. Service tokens differ from data app API keys and provide organization-level permissions. To access your service token:
  1. In Settings page, navigate to the Service Tokens section.
  2. Click the “Generate Token” button to create a new service token if you don’t have one already.
Use this token as the Bearer value in your Authorization header.

Headers

string
required
Bearer token for API authentication. Use your service token (not data app API key).

Query Parameters

string
required
The name of the Data App to delete. This must exactly match the Data App name.

Response

string
The name of the deleted Data App for confirmation.
object
Error object returned only when the request fails. Not included in successful responses.

Examples

HTTP Status Code Summary

Possible Errors

Quick Start Guide

1

Verify the Data App exists

Before deleting, confirm the Data App exists using the List Data Apps API:
2

Update your applications

Before deletion, update your applications to remove any references to this Data App’s API tokens and embed configurations.
3

Delete the Data App

Make a DELETE request with the Data App name:
4

Verify deletion

Confirm the Data App was deleted by listing Data Apps again:

Best Practices

Verify Before Delete

Always verify the Data App exists and check its embeds before deletion

Update Applications First

Update your applications to remove Data App references before deletion

Handle Errors

Implement proper error handling for failed deletions

Monitor Impact

Monitor for any broken embedded dashboards after deletion

Next Steps

Create Data App

Create new Data Apps to replace deleted ones

List Data Apps

View all remaining Data Apps

Create API Token

Generate API tokens for your Data Apps

List Embeds

View embed configurations for your Data Apps