INPUT_OBJECT

EndSystemDeleteByMacInput

link GraphQL Schema definition

  • input EndSystemDeleteByMacInput {
  • # option to delete end-system registered devices
  • deleteRegisteredDevices: Boolean
  • # MAC address of end-system to be deleted
  • macAddress: String!
  • # option to force the delete of end-system regardless of errors
  • forceDelete: Boolean
  • # Unique identifier optionally passed into input object of any query/mutation
  • # call, returned in the corresponding response output.
  • operationId: String
  • # option to remove end-system from groups
  • deleteFromGroups: Boolean
  • # option to delete MAC locks for end-system
  • deleteMacLocks: Boolean
  • # DEPRECATED - Replaced by operationId. NBI responses will not return this value
  • # anymore.
  • clientMutationId: String
  • # option to delete related end-system information
  • deleteEndSystemInfo: Boolean
  • }