Delete a product assignment.
DELETE
/products/{productID}/assignments/{buyerID}
204Roles
At least one of the roles below is required to access this endpoint.
FullAccessProductAdminProductAssignmentAdmin
Parameters
Name | Type | Description | Possible Values | |
---|---|---|---|---|
productID | Required | string | ID of the product. | --- |
buyerID | Required | string | ID of the buyer. | --- |
userID | string | ID of the user. | --- | |
userGroupID | string | ID of the user group. | --- | |
sellerID | string | ID of the seller. | --- |