Skip to main content
PUT
/
api
/
external
/
v2
/
subscription-groups
/
remove-products
Remove products or variants from ALL subscription groups
curl --request PUT \
  --url https://subscription-admin.appstle.com/api/external/v2/subscription-groups/remove-products \
  --header 'X-API-Key: <x-api-key>'
"Product Deleted Successfully"

Documentation Index

Fetch the complete documentation index at: https://appstleinc-aeca3e0a.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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.