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