Wp wc product attribute term delete

Uit De Vliegende Brigade
Naar navigatie springen Naar zoeken springen
NAME

  wp wc product_attribute_term delete

DESCRIPTION

  Delete an existing item.

SYNOPSIS

  wp wc product_attribute_term delete <attribute_id> <id> [--id=<id>] [--attribute_id=<attribute_id>]
  [--force=<force>] [--porcelain]

OPTIONS

  <attribute_id>
    Attribute ID.

  <id>
    The ID for the resource.

  [--id=<id>]
    Unique identifier for the resource.

  [--attribute_id=<attribute_id>]
    Unique identifier for the attribute of the terms.

  [--force=<force>]
    Required to be true, as resource does not support trashing.

  [--porcelain]
    Output just the id when the operation is successful.

Voorbeelden

wp --user=4 wc product_attribute_term delete 30 44268 --force=true