Deleted Object

Response returned when an object is deleted

id
string

The unique identifier for the news item which you provided in the URL.

object
string

The type of object which was deleted - news-item.

Value: "news-item"
deleted
boolean

Whether the news item was deleted successfully or not.

{ "id": "6890762", "object": "news-item", "deleted": true }