delete_inventory_item
Permanently remove an inventory item from your catalog using its ID.
Instructions
Permanently delete an inventory row. Caller must own it.
Args:
api_key: Partle API key (prefix pk_).
item_id: ID of the row to delete.
Returns:
{"deleted": True, "id": item_id} on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | ||
| item_id | Yes |