- Getting Started with HYEGRO API
- User Guide
- Developer Guide
- HYEGRO Developer Docs
- HYEGRO CRM API v1.0
- Users
- Leads
- Contacts
- Accounts
- Products & Inventory
- Inventory/Stock Information
- Read ProductsGET
- Read ProductGET
- Create ProductPOST
- Update ProductPUT
- Delete ProductDELETE
- Get Product MetaGET
- Deals
- Quotations
- Orders
- Invoices
- Cases
- Activities & Tasks
- Search
- METADATA API
- Files & Attachments
Delete Inventory
DELETE
https://backend.test-hyegro.com/inventory/{inventory_id}
Request
Path Params
inventory_id
integer
Inventory Id
Query Params
schema
Schema
Any of
Responses
🟢200OK
application/json
Body
product_id
integer
Product Id
product_name
Product Name
Any of
quantity
integer
Quantity
location
Location
Any of
created_at
Created At
Any of
updated_at
Updated At
Any of
price
Price
Any of
category
Category
Any of
id
integer
Id
Example
{
"product_id": 0,
"product_name": "string",
"quantity": 0,
"location": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"price": 0,
"category": "string",
"id": 0
}
🟠422Parameter Error
Modified at 2025-04-15 14:01:55