DeleteResult

From API Documentation

Jump to: navigation, search

This object provides the result of the delete call.

Fields

For information on the field types, see Field Types.

Field Description
errors[] If the delete failed, this contains an array of Error objects.
id ID of the deleted object.
success A boolean field indicating the success of the delete operation. If the delete was successful, it is true. Otherwise, false.