opa_delete_subscription
Delete a price subscription from your OilPriceAPI account by ID to permanently cancel recurring watches and remove event history.
Instructions
Permanently delete a price subscription ('watch') from the user's OilPriceAPI account by id. Use when the user wants to stop/cancel/remove an ongoing watch. Get the id from opa_list_subscriptions first. This permanently removes the recurring watch (and its event history) from the account. REQUIRES an API key (OILPRICEAPI_KEY).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The id of the subscription to delete (a UUID, as returned by opa_list_subscriptions or opa_create_price_subscription). |