Delete Unit Group Associated Unit
BetaDELETE
/v1/catalog/unit-groups/{unit_group_id}/units/{id}This endpoint is idempotent. Learn more
Removes a unit from a unit group so that products using the group can no longer be ordered in it.
Only the association is deleted; the unit itself remains available. Associations cannot be removed from system unit groups.
Permissions requiredValues:unit_groups:delete
The role behind your API key or agent must grant every one of these permissions.
unit_group_idstringUnit group ID.
idstringID of the unit's association with the group, not the ID of the unit itself.
Responses
200
Successful response for Delete Unit Group Associated Unit