Buttondown Documentation
Introduction
API recipes
Emails
Subscribers
Tags
Images
Newsletters
Exports
Bulk actions
RSS feeds
Routes
Webhooks
Comments
Surveys
Coupons
Automations
Changelog
© 2016–2024 Buttondown LLC.
These sample requests are autogenerated by the OpenAPI spec. This endpoint requires one or more parameters in the URL: those are offset in curly-braces.
import requests url = "https://api.buttondown.com/v1/external_feeds/{id}" headers = { "accept": "application/json", "authorization": "Token $BUTTONDOWN_API_KEY" } response = requests.delete(url, headers=headers) print(response.text)
The IDs and values referenced in these responses are fake; please only rely on these responses for overall structure.
{}