Inventory
Delete Inventory
Use this API to delete an Inventory record.
delete/api/inventory/v2/inventories/{schemaName}/{id}
Path parameters
schemaName'processing-activities' | 'vendors' | 'assets' | 'entities' required
The name property of the schema.
idstring uuid required
The unique identifier of an inventory record.
Query parameters
deleteType'SOFT' | 'HARD'
The type of deletion to perform. SOFT marks the record as deleted but retains it, HARD permanently deletes it.
deleteReasonstring
An optional message for auditing indicating why the record was deleted.
Response
OK - Inventory successfully deleted.