Delete a product
Move a product to trash, or directly delete it. After deletion, it cannot be undone.
Parameters
force
boolean
Whether to delete the product, or move to trash.
Returns
Returns an empty response.
delete
/api/products/{id}
curl -X DELETE https://{workspace}.documocu.com/api/products/{id} \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {API_KEY}'
Response
null