delete_feed
Delete a feed (soft delete — the generated file and config are removed but it can be restored with restore_feed). DESTRUCTIVE: confirm with the user first, then call with confirm:true. Without confirm:true the call returns error 'confirm_required' (HTTP 400) and nothing is deleted. Returns {feedId, action:'delete', status:'deleted'}. feed_id from list_feeds; project_id OPTIONAL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | ||
| feed_id | Yes | ||
| project_id | No |