Delete all email addresses
DELETE/products/{product_id}/emails/addresses.json
Delete all email addresses associated with a product. Sets the product to use the default store-level email addresses.
Request
Responses
- 204
- 400
- 401
- 402
- 404
Email addresses deleted. Product set to use the default store-level email addresses.
Bad request. The request could not be understood by the server due to malformed syntax or arguments.
Unauthorized access error. The request requires authentication but was not provided or the provided authentication does not satisfy the required permissions.
The request is missing the specified argument.
The requested resource was not found.