Skip to main content
DELETE
/
v1
/
public
/
products
/
{product_id}
Delete product
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"
}

Authorizations

Authorization
string
header
required

Enter your API key. Example: Bearer poelis_api_...

Path Parameters

product_id
string
required

Response

Successful Response