How can I delete a custom data source protocol created via the API?
Hi,
I created a custom data source protocol using a POST to https://api.azuredatacatalog.com/catalogs/{0}/dataSourceProtocols?api-version=2016-03-30
I now need to delete it, but I am getting the following error:
The remote server returned an error: (400) Bad Request.
ProtocolError
{"error":{"code":"ImmutableViewItem","message":"View item cannot be updated or deleted because the underlying type 'Microsoft.DataCatalog.TypeSystem.DataSourceProtocol.1' is immutable."}}
Once a custom protocol has been created, is it possible to update or delete it? There are no assets currently registered referencing this protocol.
Thanks!