| 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] |