Delete a group's date specific overrides
Delete date specific overrides for a group by date.
**Notes**
- Past dates cannot be deleted and are returned in `failed_dates`.
- Dates with no existing DSO are returned in `failed_dates`.
- Successfully deleted dates are returned in `deleted_dates`.
- Team members need write permission on the group.
Headers
X-API-Key
Request
This endpoint expects an object.
id
Numeric ID of the group
overrides
Override dates to delete
Response
Success — includes deleted dates and any per-date failures
id
deleted_dates
Dates that were successfully deleted
failed_dates
Dates that could not be deleted
Errors
400
Bad Request Error
403
Forbidden Error