INPUT_OBJECT
EndSystemDeleteByMacInput
link GraphQL Schema definition
- input EndSystemDeleteByMacInput {
- #   option to remove end-system from groups
- : Boolean
- #   option to delete MAC locks for end-system
- : 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
- #   option to delete related end-system information
- : Boolean
- #   MAC address of end-system to be deleted
- : String!
- #   option to delete end-system registered devices
- : Boolean
- #   option to force the delete of end-system regardless of errors
- : Boolean
- }