Delete external data sources

Required capabilities: transformationsExternalDataSourcesAcl:WRITE

Delete external data sources by external ID.

Transformations that still reference a deleted data source fail when they next run.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
Request Body schema: application/json
required
required
Array of objects (ExternalDataSourceDeleteRequest) [ 1 .. 1000 ] items

External data sources to delete. All externalId values must be unique within the request.

Responses
200

Empty response.

400

The response for a bad request.

403

The response for a forbidden request.

409

The response for a conflict.

post/transformations/externaldata/delete
Request samples
application/json
{
  • "items": [
    • {
      }
    ]
}
Response samples
application/json
{ }