Skip to content

Deleted Object

Response returned when an object is deleted

idstring

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

Example:"6890762"
objectstring

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

Value:"news-item"
Example:"news-item"
deletedboolean

Whether the news item was deleted successfully or not.

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