Remove a product from a group
Groups
Remove a product from a group
Delete a product group association, removing a product from a group.
DELETE
Remove a product from a group
Behavior
- Returns 204 No Content on success
- Removes product from group without deleting the product
- Pass
product_idas query parameter
Authorizations
OAuth 2.0 authentication. Use the client credentials or authorization code flow to obtain an access token.
The subdomain/tenant name identifying which tenant's data to access. Required for all API requests.
Path Parameters
The unique identifier of the group
Query Parameters
The ID of the product to remove from the group
Response
Operation completed successfully with no content to return

