hi,<team.Is> there an interface to delete metadata...
# all-things-deployment
c
hi,team.Is there an interface to delete metadata, including clear es related data?
f
As far as I know, it will not be deleted, but a status will be added
You can check MySQL ES
Copy code
select urn,aspect,metadata from metadata_aspect_v2 where urn like "%urn:li:tag%";

GET tagindex_v2/_search
c
@full-chef-85630 thank you, i get the way that like this. curl "http://localhost:8080/entities?action=delete" -
f
This operation is equivalent to resetting,It can be done in other ways.
c
@full-chef-85630 thankyou,what's the meaning of resetting? i want to delete metadata, including clear es related data