| Name | Type | Description | Notes |
|---|---|---|---|
| errors | list[ActionsErrorResponse] | If the delete failed, this contains an array of Error objects. | [optional] |
| id | str | ID of the deleted object. | [optional] |
| success | bool | A boolean field indicating the success of the delete operation. If the delete was successful, it is `true`. Otherwise, `false`. | [optional] |