Skip to main content

ProvenanceDelete

Delete an existing Provenance resource.

Mutation

mutation ProvenanceDelete($id: ID!, ) {
ProvenanceDelete(id: $id, ) {
id
}
}

Input

  • id: ID of the resource to delete

Return Type

Returns the ID of the deleted resource.