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>"
}
]
OK
The response is of type object[]
.
Was this page helpful?