Delete Industry Subscription
firmaradar_delete_subscriptionDelete an industry-monitoring subscription ID to stop receiving webhooks for that NACE industry. Idempotent: removing an already-gone subscription returns already_absent=true.
Instructions
Delete one NACE industry-monitoring subscription by its id (from list_my_subscriptions); Firmaradar then stops delivering webhooks for that industry. The subscription must belong to the authenticated user. Idempotent — deleting an id that is already gone returns already_absent=true rather than an error. Reversible only by re-subscribing. Call only when the user has asked to stop monitoring an industry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subscription_id | Yes | The id of the subscription to delete (from list_my_subscriptions). Must belong to the authenticated user. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The id that was targeted. | |
| raw | No | ||
| deleted | Yes | True if the subscription was removed. | |
| already_absent | No | True if no subscription with that id existed for the user (nothing to delete). |