curl --request GET \
--url https://api.benzinga.com/api/v2/api/v2/news/removed \
--header 'token: <api-key>'[
{
"id": 123,
"updated": "<string>"
}
]Get Removed News
curl --request GET \
--url https://api.benzinga.com/api/v2/api/v2/news/removed \
--header 'token: <api-key>'[
{
"id": 123,
"updated": "<string>"
}
]Was this page helpful?