Skip to main content
DELETE
/
products
/
{id}
Delete product
curl --request DELETE \
  --url https://api.pocketsflow.com/products/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Enter your Pocketsflow API key (format: pk_live_... or pk_test_...)

Path Parameters

id
string
required

Product ID

Response

Product deleted successfully