VendorProducts
Delete Product
Delete Product — vendor REST API endpoint.
DELETE
/vendor/products/:idVendor bearer token requiredDelete Product
Delete a product from your catalog.
What this means in plain English
Permanently removes a product. Requires OWNER, ADMIN, or EDITOR role.
When to use this
- Removing discontinued SKUs from your catalog.
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
| id | string (UUID) | Yes | Product ID. |
Request example
curl -X DELETE 'https://api.next.gcommerce.glass/api/v1/vendor/products/a0000000-0000-4000-8000-000000000050'Response examples
200Success
Status codes
200
OK
Request succeeded.
401
Unauthorized
Missing or invalid bearer token.
403
Forbidden
Insufficient permissions for this action.
400
Bad Request
Validation failed or invalid parameters.
404
Not Found
Resource not found.
429
Too Many Requests
Global rate limit exceeded (10,000 requests per 10 minutes per IP).
500
Internal Server Error
Unexpected server error.
403
Forbidden
No vendor membership, or insufficient vendor role (requires OWNER, ADMIN, or EDITOR for write operations).
Try it
Uses your saved session from login. Edit values and send a live request, or copy the cURL command.