in a table artifact, how can I save a clickable ur...
# ask-community
g
in a table artifact, how can I save a clickable url? Is there a way to delete an artifact?
n
you can delete artifacts via the client or the CLI
Copy code
prefect artifact delete <UUID>
where you can get the UUID via
prefect artifact ls
hmm im not sure about a link in the table artifact, have you tried a markdown link? like [tag](url)?
g
I’m using create_table, not create_markdown because I have a dictionary
no api in the python package to delete an artifact?