Delete Metadata Entry

Delete Metadata Entry

Delete a single metadata entry.

Request
URI
DELETE
https://{api_host}/cloudapi/1.0.0/entities/{id}/metadata/{metadataId}
COPY
Path Parameters
string
id
Required

the URN of the entity the entry is attached to.

string
metadataId
Required

a metadata vcloud id urn

string
id
Required

the URN of the entity the entry is attached to.

string
metadataId
Required

a metadata vcloud id urn


Authentication
This operation uses the following authentication methods.
Responses
202

Task tracking the deletion of the metadata file entry is returned in the Location header

Operation doesn't return any data structure

204

No Content. The metadata key-value entry has been deleted.

Operation doesn't return any data structure