curl --request DELETE \
--url https://api.rootfi.dev/v4/ecommerce/items/{id} \
--header 'api_key: <api-key>'{
"status": "success"
}Delete an item from the e-commerce platform.
curl --request DELETE \
--url https://api.rootfi.dev/v4/ecommerce/items/{id} \
--header 'api_key: <api-key>'{
"status": "success"
}| Parameter | Type | Required | Description |
|---|---|---|---|
| id | string | Yes | The rootfi_id or platform_id of the item to delete |