Skip to main content
DELETE
/
products
/
{id}
Delete a product
curl --request DELETE \
  --url https://api.bitbybit.studio/customer/open/v1/products/{id} \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "id": "<string>",
    "deleted": true
  }
}

Authorizations

x-api-key
string
header
required

API key for authentication. Create one in Settings > Developer.

Path Parameters

id
string
required

Response

Product deleted

data
object