Response returned when an object is deletedidstringThe unique identifier for the news item which you provided in the URL. Example: "6890762"objectstringThe type of object which was deleted - news-item. Value"news-item" Example: "news-item"deletedbooleanWhether the news item was deleted successfully or not. Example: true{ "id": "6890762", "object": "news-item", "deleted": true }
Response returned when an object is deletedidstringThe unique identifier for the section which you provided in the URL. Example: "6890762"objectstringThe type of object which was deleted. - section Value"section" Example: "section"deletedbooleanWhether the section was deleted successfully or not. Example: true{ "id": "6890762", "object": "section", "deleted": true }
admin_idstringrequiredThe id of the admin who is performing the action. Example: "5017690"{ "admin_id": "5017690" }