DELETE /{id}
Deletes a network object by ID.
Note: When AppViz is configured to manage changes to device objects with traffic changes only (the default configuration), AppViz does not support deleting device objects. Using this request to delete a device object will succeed in deleting the object from AppViz, but because the object will never be deleted from the device, the object will be automatically recreated with the next device object update.
Note: When AppViz is configured to manage device objects on their devices, this request can be used to delete device objects on their device when the object is not currently used in any application, in a project, or as a member of a device group.
Resource Name: /network_objects/{id}/
Permissions Required:- Edit network object
Request URL Parameters:
Parameter |
Type |
Description |
---|---|---|
id |
String |
The network object's revision ID. |
- Existing object.
- For non-device objects: A Status (see Status ) object.
- For device objects: A DeleteDeviceObjectResponse (see DeleteDeviceObjectResponse ) object.
â See also: