Skip to content

Deleted Note Object

Response returned when an object is deleted

idstring

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

Example:"34"
typestring

The type of object which was deleted. - note

Value:"note"
Example:"note"
deletedboolean

Whether the note was deleted successfully or not.

Example:true
{ "id": "34", "type": "note", "deleted": true }