Delete a Product Download

DELETE /api/v2/products/{productId}/downloads/{id}.json

Delete a Product Download within your product catalogue by its ID.

Scope

Requires the products OAuth scope.

Parameters

Your request must provide the following URL parameters:

id required
The ID of your Product Download object
productId required
The ID of your Product object


Request body

Does not require a payload

Success responses

If the Download was deleted successfully you should receive a response with a 204 status code and no body.

Error responses

If the Download could not be deleted you may encounter a response with a 400, or 404 status code:

success
A boolean where a value of false means the object could not be deleted.
status
  • 400 may indicate that the ID was not provided, or the object could not be deleted for an unknown reason.
  • 404 indicates that the ID was provided, but the download or product could not be found.