Skip to main content
DELETE
/
attributes
/
{key}
curl -X DELETE "https://hub.banditshq.com/api/v1/attributes/color" \
  -H "Authorization: Bearer lasso_..."
Deletes the dictionary entry and removes the key from product schemas, catalog products, feeds, source mappings, and history.
key
string
required
The attribute key to delete.
This operation is destructive and cannot be undone. All product data stored under this key will be removed from catalog products.
curl -X DELETE "https://hub.banditshq.com/api/v1/attributes/color" \
  -H "Authorization: Bearer lasso_..."