Skip to main content

AdverseEventDelete

Delete an existing AdverseEvent resource.

Mutation

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

Input

  • id: ID of the resource to delete

Return Type

Returns the ID of the deleted resource.