Values.DeleteArtifactInputSourceDeletes an artifact from an agent space.
type nonrec t = {agentSpaceId : AgentSpaceId.t;The unique identifier of the agent space that contains the artifact.
*)artifactId : ArtifactId.t;The unique identifier of the artifact to delete.
*)}