Remove a product offering
DELETE
/customers/{customer_id}/product_offerings/{product_id}
Remove a product offering from a customer
Path parameters
-
customer_id string Required
ID of the Customer
-
product_id string Required
ID of the product
DELETE /customers/{customer_id}/product_offerings/{product_id}
curl \
-X DELETE https://<your_environment_name>-uat-api.canopyservicing.com/customers/cust_30189/product_offerings/rev_90887 \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response example (200)
{
"product_id": "d1a844a1-7f5d-438e-828d-c58018c5585a",
"customer_id": "string",
"message": "Deleted customer's product offering"
}