def delete_artifact(
    key: str,
    project: Optional[str] = None,
    api_key: Optional[str] = None,
) -> str:

source code

Deletes an artifact from a project.

Arguments:

  • project - Name of the project to delete an artifact from.
  • key - Key of the artifact to delete.
  • api_key - If specified, unify API key to be used. Defaults to the value in the

Returns:

Whether the artifacts were successfully deleted.