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
Example request
[
{
"inventoryAssociationId": "d31425ae-1321-4738-bb76-bdca83c0944c"
}
]Response
OK