Skip to main content
DELETE
/
merch
/
products
/
{id}
Delete merch product
curl --request DELETE \
  --url https://api.sprucecollective.co.uk/merch/products/{id} \
  --header 'Authorization: <api-key>'
{}

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and JWT token.

Path Parameters

id
string
required

Product ID

Response

OK

The response is of type object.