Skip to main content
PUT
Remove products or variants from ALL subscription groups

Headers

X-API-Key
string
required

API Key for authentication

Query Parameters

productIds
string

Comma-separated list of product IDs to remove from all groups. Use numeric IDs without gid:// prefix.

Pattern: ^\d+(,\d+)*$
variantIds
string

Comma-separated list of variant IDs to remove from all groups. Use numeric IDs without gid:// prefix.

Pattern: ^\d+(,\d+)*$
api_key
string

API Key (Deprecated - Use X-API-Key header instead)

Response

Products/variants successfully removed from all subscription groups

The response is of type string.