curl --request DELETE \
--url 'https://api.unify.ai/v0/project/eval-project/artifacts/project-description' \
--header "Authorization: Bearer $UNIFY_KEY"
{
"info": "Artifact deleted successfully!"
}
Deletes an artifact from a project.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Name of the project to delete an artifact from.
Key of the artifact to delete.
curl --request DELETE \
--url 'https://api.unify.ai/v0/project/eval-project/artifacts/project-description' \
--header "Authorization: Bearer $UNIFY_KEY"
{
"info": "Artifact deleted successfully!"
}