cURL
curl --request DELETE \ --url https://api.poelis.com/v1/public/products/{product_id} \ --header 'Authorization: Bearer <token>'
{ "error": "unauthorized", "message": "Invalid or missing API key" }
Delete a product. This operation is permanent and cannot be undone.
This will also delete all items, properties, and related data within the product.
Enter your API key. Example: Bearer poelis_api_...
Successful Response