bigcommerce/bigcommerce-api-python

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

Closed this issue · 1 comments

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

.delete() works 🤦