Skip to main content
DELETE
/
products
/
{uid}
Delete a product
curl --request DELETE \
  --url https://api.qonversion.io/v3/products/{uid} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Use your Project Key from the Qonversion dashboard. Example: Bearer test_PV77YHL7qnGvsdmpTs7gimsxUvY-Znl2

Path Parameters

uid
string
required

Qonversion product UID

Response

Product deleted

The response is of type object.