Entity - Remove Classification
Eliminare una determinata classificazione da un'entità esistente rappresentata da un GUID.
DELETE {endpoint}/datamap/api/atlas/v2/entity/guid/{guid}/classification/{classificationName}
Parametri dell'URI
Nome | In | Necessario | Tipo | Descrizione |
---|---|---|---|---|
classification
|
path | True |
string |
Nome della classificazione. |
endpoint
|
path | True |
string |
|
guid
|
path | True |
string |
Identificatore univoco globale dell'entità. |
Risposte
Nome | Tipo | Descrizione |
---|---|---|
204 No Content |
Non esiste alcun contenuto da inviare per questa richiesta, ma le intestazioni potrebbero essere utili. |
|
Other Status Codes |
Risposta di errore imprevista. |
Sicurezza
OAuth2Auth
Tipo:
oauth2
Flow:
implicit
URL di autorizzazione:
https://login.microsoftonline.com/common/oauth2/authorize
Ambiti
Nome | Descrizione |
---|---|
https://purview.azure.net/.default |
Esempio
Entity_RemoveClassification
Esempio di richiesta
DELETE {endpoint}/datamap/api/atlas/v2/entity/guid/cc0730ba-9b30-41f0-6953-559d17626d2b/classification/MICROSOFT.FINANCIAL.US.ABA_ROUTING_NUMBER
Risposta di esempio
Definizioni
AtlasErrorResponse
Risposta di errore dal servizio
Nome | Tipo | Descrizione |
---|---|---|
errorCode |
string |
Codice di errore. |
errorMessage |
string |
Messaggio di errore. |
requestId |
string |
ID richiesta. |