cURL
curl -X DELETE "https://app.cotool.ai/custom-rss-feeds/:id" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json"
{ "success": true }
Deletes a custom RSS feed and its associated intel items
API Key authentication for programmatic access. Include your API key in the Authorization header as: Bearer your_api_key_here
Bearer your_api_key_here
Successful response
Was this page helpful?