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