Deletes the feature attachment to a product
Parameters
No parameters.
Returns
Returns an object with a deleted parameter on success. If the product feature ID does not exist, this call raises an error.
{ "id": "prodft_BcMBZUWCIOEgEc", "object": "product_feature", "deleted": true}
An active entitlement describes access to a feature for a customer.
If you have scheduled a Sigma query, you’ll receive a sigma.
webhook each time the query runs. The webhook contains a ScheduledQueryRun
object, which you can use to retrieve the query results.
Represents an ad-hoc execution of a Sigma query via the API
The Report Run object represents an instance of a report type generated with specific run parameters. Once the object is created, Stripe begins processing the report. When the report has finished running, it will give you a reference to a file where you can retrieve your results. For an overview, see API Access to Reports.
Note that certain report types can only be run based on your live-mode data (not test-mode data), and will error when queried without a live-mode API key.