v1

latestOpenAPI 3.1.0Apache 2.02026-07-245981,1853.0 MB
Inventory Relationships V1

Delete Inventory Link

Use this API to permanently delete a link between an inventory and one or more other inventories.

delete/api/inventory/v2/inventories/{id}/relations

Path parameters

idstring uuid required

The unique identifier of an inventory record. The value can be obtained using the List Inventories API.

Request body

inventoryAssociationIdstring uuid required

The unique identifier of the association to remove

Example request

[
  {
    "inventoryAssociationId": "d31425ae-1321-4738-bb76-bdca83c0944c"
  }
]

Response

OK