Skip to main content

MedicinalProductIndicationDelete

Delete an existing MedicinalProductIndication resource.

Mutation

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

Input

  • id: ID of the resource to delete

Return Type

Returns the ID of the deleted resource.