Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 516 Bytes

DeleteResult.md

File metadata and controls

10 lines (7 loc) · 516 Bytes

Zuora::DeleteResult

Properties

Name Type Description Notes
errors Array<Error> If the delete failed, this contains an array of Error objects. [optional]
id String ID of the deleted object. [optional]
success BOOLEAN A boolean field indicating the success of the delete operation. If the delete was successful, it is `true`. Otherwise, `false`. [optional]