Delete a Specification Value

DELETE /api/v2/specifications/{specId}/values/{id}.json

Deleting a Specification Value by its ID will remove the value from the global registry and any Product using it.

Scope

Requires the products OAuth scope.

Parameters

Your request must provide the following URL parameters:

id required
The ID of your Specification Value object
specId required
The ID of your Specification object


Request body

Does not require a payload

Success responses

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

Error responses

If the object 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 Media item 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 object could not be found.