cURL
curl --request DELETE \ --url https://api.eflow.team/v1/networks/advertisers/{advertiserId}/productfeeds/{feedId} \ --header 'X-Eflow-Api-Key: <api-key>'
Delete a product feed for a specific advertiser. This permanently removes the product feed configuration.
The Everflow API key generated from the Control Center > Security.
The unique advertiser ID.
The unique product feed ID to delete.
Product feed deleted successfully.
Was this page helpful?