DELETE
/
products
/
{id}
Delete Product
curl --request DELETE \
  --url https://api.whop.com/api/v1/products/{id} \
  --header 'Authorization: Bearer <token>'
true

Authorizations

Authorization
string
header
required

The app API key from an app from the /dashboard/developer page

Path Parameters

id
string
required
Example:

"prod_xxxxxxxxxxxxx"

Response

boolean | null

A successful response

Represents true or false values.