Admin API
cURL
curl --request DELETE \ --url https://api.juo.io/admin/v1/products/{productId} \ --header 'X-Juo-Admin-Api-Key: <api-key>'
{ "id": "<string>", "deleted": true }
Used to delete a product.
Unique identifier of the tenant in the system (usually a store identifier)
The product identifier
1
Default Response
true