# Delete a product (manager) **DELETE /manager/products/{id}** ## Servers - https://domain.tld/api/v2: https://domain.tld/api/v2 () ## Authentication methods - Bearer token ## Parameters ### Path parameters - **id** (integer) Numeric ID of the product to delete ## Responses ### 204 Product deleted ### 403 Forbidden - You don't have permission to access this route ### 404 Product not found [Powered by Bump.sh](https://bump.sh)