Getting started
Analytics
Background tracks
Content
Languages
Organization settings
Project voices
Player settings
Player
Playlists
Webhooks
Projects
Roles
RSS Feed
Rules
Summarization Settings
Video Settings
RSS Feed
Delete RSS feed import
RSS Feed
Delete RSS feed import
User should be able to delete an RSS feed.
DELETE
/
projects
/
{project_id}
/
integrations
/
rss_importer
/
feeds
/
{id}
curl --request DELETE \
--url https://api.beyondwords.io/v1/projects/{project_id}/integrations/rss_importer/feeds/{id} \
--header 'X-Api-Key: <api-key>'
Authorizations
Path Parameters
The numeric ID of your project
RSS feed id
Response
204
successful
curl --request DELETE \
--url https://api.beyondwords.io/v1/projects/{project_id}/integrations/rss_importer/feeds/{id} \
--header 'X-Api-Key: <api-key>'