Bulk Host Delete
post
/api/v2/bulk/host_delete/
This endpoint allows the client to delete multiple hosts from inventories. They may do this by providing a list of hosts ID's to be deleted.
Request
Supported Media Types
- application/json
Root Schema : BulkHostDelete
Type:
Show Source
object
-
hosts(required):
array hosts
Maximum Number of Items:
100000
List of hosts ids to be deleted, e.g. [105, 130, 131, 200]
Nested Schema : hosts
Type:
array
Maximum Number of Items:
100000
List of hosts ids to be deleted, e.g. [105, 130, 131, 200]
Show Source
Response
Supported Media Types
- application/json
201 Response
Root Schema : BulkHostDelete
Type:
Show Source
object
-
hosts(required):
array hosts
Maximum Number of Items:
100000
List of hosts ids to be deleted, e.g. [105, 130, 131, 200]
Nested Schema : hosts
Type:
array
Maximum Number of Items:
100000
List of hosts ids to be deleted, e.g. [105, 130, 131, 200]
Show Source