catalog.option.delete
Remove an option axis from a product; refused when its SKUs use more than one of the axis’s values.
- Scope:
catalog.product.write - System: no
- Reachable from:
POST /v1/commands/catalog.option.delete(tenant credential) · MCP toolcatalog.option.delete· SDKclient.call('catalog.option.delete', …) - Events:
catalog.product.updated
Input (JSON Schema)
Section titled “Input (JSON Schema)”{ "properties": { "option_id": { "minLength": 1, "type": "string" } }, "required": [ "option_id" ], "type": "object"}Result (200)
Section titled “Result (200)”Open (unknown) — this command does not declare an output schema.
Errors
Section titled “Errors”validation_failed (400) · unauthorized (401) · forbidden (403) · conflict (409) · internal (500)