Module Values.DeleteArtifactInputSource

Deletes an artifact from an agent space.

Sourcetype nonrec t = {
  1. agentSpaceId : AgentSpaceId.t;
    (*

    The unique identifier of the agent space that contains the artifact.

    *)
  2. artifactId : ArtifactId.t;
    (*

    The unique identifier of the artifact to delete.

    *)
}
Sourceval context_ : string
Sourceval make : agentSpaceId:AgentSpaceId.t -> artifactId:ArtifactId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AgentSpaceId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t