Skip to content

Deleted Section Object

Response returned when an object is deleted

idstring

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

Example:"6890762"
objectstring

The type of object which was deleted. - section

Value:"section"
Example:"section"
deletedboolean

Whether the section was deleted successfully or not.

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