Delete a specific dimension-association from a product in the system.
DELETE
/products/{id}/dimensions/{dimensionId}
curl \
--request DELETE 'https://rest.api.24sevenoffice.com/v1/products/12/dimensions/1' \
--header "Authorization: string"