I’m trying to delete a value from an attribute. I’m trying by sending the attribute with the value needing to be deleted with the “delete” flag set to true. I’m getting back no error message at all, with a status of OK, but the value is not being deleted.
I can manually delete the value via the GUI, but the REST API will not delete it.
The JSON object being sent to the AttributeDefinition endpoint:
{"AttributeID":{"value":"DKWHLWIDTH"},"Values":[{"ValueID":{"value":"3-3/4"},"delete":true}]}
Any suggestions?