Skip to main content

CodeSystemDelete

Delete an existing CodeSystem resource.

Mutation

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

Input

  • id: ID of the resource to delete

Return Type

Returns the ID of the deleted resource.