[Deprecated] Delete a variant by ID

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

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

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

Catalog identifier containing the variant to delete.

variantId
stringRequired

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

Responses
200

OK

object