How can I delete a custom data source protocol created via the API?

Doug Fisher 1 Reputation point
2020-08-31T03:35:49.173+00:00

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!

Azure Data Catalog
Azure Data Catalog
An Azure service that serves as a system of registration and system of discovery for enterprise data assets.
103 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.