Delete Metadata on AssetAsk AIdelete https://preview.threekit.com/api/v2/assets/{assetId}/metadata/{metadataId}Deletes a metadata entry on an asset.Path ParamsassetIdstringrequiredID of the asset to be retrieved. This can either be the Threekit UUID or the user defined customId.metadataIdstringrequiredID of the metadata entry. It can either be the UUID or the key of the metadata entry.Query Paramsbearer_tokenstringPrivate token used to authorize the request. This endpoint is only accessible using a private token.branchstringName of the org branch to connect to. If no value is provided the default value is "main".Responses 200Successfully delete the catalog item/attribute 404Unable to delete metadata on an asset.Updated about 1 year ago