Deleted Article Object

Response returned when an object is deleted

id
string

The unique identifier for the article which you provided in the URL.

object
string

The type of object which was deleted. - article

Value: "article"
deleted
boolean

Whether the article was deleted successfully or not.

{ "id": "6890762", "object": "article", "deleted": true }