Skip to main content

DiagnosticReportDelete

Delete an existing DiagnosticReport resource.

Mutation

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

Input

  • id: ID of the resource to delete

Return Type

Returns the ID of the deleted resource.