Skip to main content

Delete Inventory

This operation deletes an Inventory.

Path Parameters
  • inventoryId string required
Responses

OK


Schema
  • errorResp object
DELETE /ediscoveryclients/inventories/:inventoryid    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
inventoryId — path required
curl -L -X DELETE 'https://CommandCenterHostName/commandcenter/api/EDiscoveryClients/Inventories/:inventoryId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'