Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X DELETE 'http://localhost:9000/admin/product-attributes/pattr_01HXYZABCDEF/values/pattrval_01HXYZABCDEF' \ -H 'Authorization: Bearer <token>'
{ "product_attribute": { "id": "pattr_01HXYZABCDEF", "name": "Material", "type": "single_select", "values": [] } }
Delete a value from a product attribute.
Show properties