Skip to content

Deleted Article Object

Response returned when an object is deleted

idstringrequired

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

Example:"6890762"
objectstringrequired

The type of object which was deleted. - article

Value:"article"
Example:"article"
deletedbooleanrequired

Whether the article was deleted successfully or not.

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