[Deprecated] Delete attributes from a variant

Prev Next
Delete
Deprecated
/api/product-catalog/v1/catalogs/{catalogId}/variants/{variantId}/attributes

Deprecated, as it could not handle special characters for variantId in path. Will be removed soon. Use DELETE /variants/attributes?variantId= instead.

Security
HTTP
Type bearer
Path parameters
catalogId
integer (int64) Required

Catalog identifier containing the variant.

variantId
stringRequired

Variant identifier. If it contains special characters, clients must URL-encode the query parameter value.

Body parameters

Names of attributes to delete from the variant.

[
  "custom_attributeA",
  "custom_attribute_B"
]
Array
Responses
200

OK

object