v1
latestOpenAPI 3.0.02026-07-24115101.2 MBContract - Products
Delete a product in a product group
Use this endpoint to delete a specific product from a specific product group in the contract.
delete/contracts/{contract_id}/product_groups/{product_group_id}/products/{product_id}
Path parameters
contract_idinteger required
The unique ID of the contract.
product_group_idinteger required
The unique ID of the product group.
product_idinteger required
The unique ID of the product.
Headers
x-oneflow-api-tokenstring required
The API key of your Oneflow account.
x-oneflow-user-emailstring email required
Example:john.doe@oneflow.com
The email address of a registered Oneflow user.
Response
The product deleted successfully.