opa_delete_price_alert
Delete a price alert from your account by providing its unique ID. This permanently removes the alert and stops future notifications.
Instructions
Permanently delete a price alert from the user's OilPriceAPI account by id. Use when the user wants to remove/cancel/stop an existing alert. Get the id from opa_list_price_alerts first. This permanently removes the alert from the user's account. REQUIRES an API key (OILPRICEAPI_KEY).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The id of the alert to delete (a UUID, as returned by opa_list_price_alerts or opa_create_price_alert). |