# Delete a retailer product **DELETE /api/rest/v1/retailer/products/{code}** This endpoint allows you to delete a given retailer product. ## Servers - https://content.winkelstraat.nl: https://content.winkelstraat.nl () ## Parameters ### Path parameters - **code** (string) Code of the resource ## Responses ### 202 The request was accepted but has not been processed ### 204 No content to return ### 401 Authentication required #### Body: application/json (object) - **code** (integer) HTTP status code - **message** (string) Message explaining the error ### 403 Access forbidden #### Body: application/json (object) - **code** (integer) HTTP status code - **message** (string) Message explaining the error ### 404 Resource not found #### Body: application/json (object) - **code** (integer) HTTP status code - **message** (string) Message explaining the error [Powered by Bump.sh](https://bump.sh)