Delete database
integrations
Delete database
Delete a database integration.
Removes the database integration and its associated CSV file from storage. This operation may affect workflows that reference this database.
Use Cases:
- Clean up unused database integrations
- Remove test databases
- Decommission data sources
DELETE
Delete database
Authorizations
API key authentication. Include your API key in the X-API-Key header as: X-API-Key YOUR_API_KEY
Example:
JWT Bearer token authentication. Include your access token in the Authorization header as: Bearer YOUR_ACCESS_TOKEN
Example:
Path Parameters
Response
Database deleted successfully
The response is of type boolean.