Skip to main content

DeviceDelete

Delete an existing Device resource.

Mutation

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

Input

  • id: ID of the resource to delete

Return Type

Returns the ID of the deleted resource.