# Delete a product (Requires Auth) **DELETE /products/{id}** ## Servers - Local development server: http://localhost:3000/api/v1 (Local development server) - Production server: https://referspecs-backend.onrender.com/api/v1 (Production server) ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **id** (string) The CUID of the product to delete ## Responses ### 204 Product deleted successfully (No Content) ### 401 Unauthorized #### Body: application/json (object) - **message** (string) A message describing the error ### 404 Product not found #### Body: application/json (object) - **message** (string) A message describing the error ### 500 Internal Server Error #### Body: application/json (object) - **message** (string) A message describing the error [Powered by Bump.sh](https://bump.sh)