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

Authorizations

token
string
header
required

Query Parameters

updatedSince
string

Updated Since

pageSize
integer

Page Size

page
integer

Page

Response

200
application/json
OK
id
integer
updated
string

Was this page helpful?