DELETE
/
shop
/
products
/
v1
/
{productId}
Delete a product
curl --request DELETE \
  --url https://api.spacebring.com/shop/products/v1/{productId} \
  --header 'Authorization: Basic <encoded-value>'
This response does not have an example.

Authorizations

Authorization
string
header
required

See our authentication documentation for how to authorize your requests

Path Parameters

productId
string<uuid>
required

The id of the product.

Response

204

No Content