
# Delete Shift Response

The response to a request to delete a `Shift`. The response might contain a set of
`Error` objects if the request resulted in errors.

## Structure

`DeleteShiftResponse`

## Fields

| Name | Type | Tags | Description | Getter | Setter |
|  --- | --- | --- | --- | --- | --- |
| `errors` | [`?(Error[])`](../../doc/models/error.md) | Optional | Any errors that occurred during the request. | getErrors(): ?array | setErrors(?array errors): void |

## Example (as JSON)

```json
{}
```

