Delete RSS Feed
Delete an RSS Feed that was previously added
DELETE
Available on Premium, Business, Enterprise plans.
Header Parameters
AuthorizationstringrequiredProfile-KeystringBody Parameters
idstringID of the RSS Feed returned when adding.
curl \
-H "Authorization: Bearer API_KEY" \
-H 'Content-Type: application/json' \
-d '{"id": "4HZhptaD5"}' \
-X DELETE https://api.acme.com/api/feed{
"status": "success",
"id": "RDFbD_fl5"
}