Required capabilities:
transformationsExternalDataSourcesAcl:WRITE
Delete external data sources by external ID.
Transformations that still reference a deleted data source fail when they next run.
required | Array of objects (ExternalDataSourceDeleteRequest) [ 1 .. 1000 ] items External data sources to delete. All |
Empty response.
The response for a bad request.
The response for a forbidden request.
The response for a conflict.
{- "items": [
- {
- "externalId": "my.known.id"
}
]
}{ }