v3
latestSwagger 2.02026-07-139789260.9 KBDelete given labels to a given entity identified by its type and unique attribute.
If labels is null/empty, no labels will be removed.
If any labels in labels set are non-existing labels, they will be ignored, only existing labels will be removed. In addition to the typeName path parameter, attribute key-value pair(s) can be provided in the following format: attr:<attrName>=<attrValue>. NOTE: The attrName and attrValue should be unique across entities, eg. qualifiedName. The REST request would look something like this: DELETE /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue.
Path parameters
The name of the type.
Query parameters
The qualified name of the entity. (This is only an example. qualifiedName can be changed to other unique attributes)
Request body
Response
There is no content to send for this request, but the headers may be useful.