Skip to content
BolderBolder API
Esc
navigateopen⌘Jpreview

Delete a product

DELETE/products/{id}
Authorization
AuthorizationBearer token (JWT) · headerrequired
Path parameters
idstringrequired
Product ID or slug
Responses
204Product deleted
403Access denied
404Product not found
Request
curl -X DELETE "https://api.onbolder.com/v2/products/string" \
  -H "Authorization: Bearer YOUR_TOKEN"
Response
Product deleted