Skip to content
BolderBolder API
Esc
navigateopen⌘Jpreview

Delete product

Permanently deletes a product and all its variants and images. Requires admin scope.

DELETE/products/{id}
Authorization
AuthorizationBearer token (JWT) · headerrequired
OAuth 2.0 Bearer token. Obtain via `POST https://auth.onbolder.com/oauth/token`.
Scopes:admin
Path parameters
idstringrequired
Product ID or slug
Responses
204Product deleted
404Resource not found
messagestring
Request
curl -X DELETE "https://api.onbolder.com/v1/products/string" \
  -H "Authorization: Bearer YOUR_TOKEN"
Response
Product deleted