Delete product
Delete a product. Check `eventCount` on the list endpoint first: a product still referenced by subscription events is load-bearing for MRR-by-product reporting, and removing it strips that breakdown from the history.
Authentication
sf_… API key in the bearerAuth field below.A SaaSFlow API key (format sf_…) or an OAuth bearer token. Paste only the key — the proxy adds the Bearer prefix. Create an API key in Settings → Company settings → API keys — see API keys.
In: header
Path Parameters
1 <= length1 <= lengthResponse Body
application/json
curl -X DELETE "https://example.com/companies/string/products/string"{ "success": true}Retrieve product
Retrieve a single product by id. Unlike the list endpoint, this returns the plain product without the cMRR and event-count enrichment. Returns 404 if the product does not exist or belongs to another company.
Update product
Update a product. Only the fields you send change. Renaming is safe for reporting: subscription events reference the product by id, so past revenue follows the new name.