bigcommerce / bigcommerce-api-python

Python client library for Bigcommerce API
https://pypi.python.org/pypi/bigcommerce
MIT License
91 stars 82 forks source link

api.ProductCustomFields.get(productidnumber,fieldidnumber).delete does not delete custom field #70

Closed sabotagebeats closed 5 years ago

sabotagebeats commented 5 years ago

Expected behavior

deletecustomfield = api.ProductCustomFields.get(productidnumber,fieldidnumber).delete should delete the custom field

Actual behavior

still exists after

Steps to reproduce behavior

try to delete custom field

sabotagebeats commented 5 years ago

.delete() works 🤦