Skip to main content
DELETE
Delete multiple data sources

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
ids
string[]
required

Array of data source IDs to delete

Example:

Response

Batch delete results

id
string
required

Data source ID

success
boolean
required

Whether the deletion was successful

error
string

Error message if deletion failed