DeleteResult
The DeleteResult object provides the result of the delete() call. This SOAP API reference describes fields associated with this complex type.
Fields
All field names are case sensitive.
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 . |