Delete InventoryAsk AIdelete https://{hostname}/api/inventory/v2/inventories/{schemaName}/{id}Use this API to delete an Inventory record.Path ParamsschemaNamestringenumrequiredThe name property of the schema.processing-activitiesvendorsassetsentitiesAllowed:processing-activitiesvendorsassetsentitiesiduuidrequiredThe unique identifier of an inventory record.Query ParamsdeleteTypestringenumDefaults to SOFTThe type of deletion to perform. SOFT marks the record as deleted but retains it, HARD permanently deletes it.SOFTHARDAllowed:SOFTHARDdeleteReasonstringDefaults to Deleted via API WorkflowAn optional message for auditing indicating why the record was deleted.Responses 200OK - Inventory successfully deleted. 400Bad Request 401Unauthorized 403Forbidden 404Not Found 429Too Many Requests. For more information, see API Rate Limits. 500Internal Server ErrorUpdated 4 months ago