Removes many products from a channel. IDs that were not members go in successful (post-condition idempotent). Unknown product IDs go in failed.
successful
failed
A valid request URL is required to generate request examples
{ "data": { "failed": [ { "id": "<string>", "reason": "<string>" } ], "successful": [ { "channel_id": "<string>", "created_at": "<string>", "product_id": "<string>", "status": "<string>", "status_updated_at": "<string>" } ] }, "details": [ "<string>" ], "success": true }
App slug
Team slug
Channel ID
Product IDs to remove
1
Bulk remove result
Show child attributes
Additional contextual information about the response. Used to provide supplementary details beyond the main data payload, such as validation warnings or processing notes