Skip to content

Deleted Article Object

Response returned when an object is deleted

idstring

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

Example:"6890762"
objectstring

The type of object which was deleted. - article

Value:"article"
Example:"article"
deletedboolean

Whether the article was deleted successfully or not.

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