Sign in

Delete data source

documented

Permanently deletes the specified data source (and all datasets it contains). This action is irreversible. ([developers.databox.com](https://developers.databox.com/_bundle/docs/%40v1/api/api.databox.com.json?download=))

DELETE /v1/data-sources/{dataSourceId}Data Sourcesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.databox.com/v1/data-sources/{{$dataSourceId}}" \
  -i \
  -X DELETE \
  -H "x-api-key: {{DATABOX_API_KEY}}" \
  -H "Accept: application/json"
Delete data source · Databox · OpenIntegrations