Web Visits
v1
Delete a Custom Feed
Delete a custom feed by its ID.
:::info Requires the web_visits:write OAuth2 scope. :::
delete/v1/web-visits/custom-feeds/{custom_feed_id}
Path parameters
custom_feed_idstring required
The ID of the custom feed.
Query parameters
account_idstring required
The Leadfeeder Account ID. The Account ID can be retrieved using the List Accounts endpoint.
Response
Success
Example response
{
"meta": {
"request_id": "cf054205-dd8c-4473-8689-07c30fe0789f"
}
}