# Delete Shift Schedule Update an existing ShiftSchedule for an Employee. The generated_id is determined by the application and was returned on creation. A list of existing ShiftSchedules can be retrieved by using the getShiftSchedulesByEmployeeId endpoint. Endpoint: DELETE /employee/{business_id}/shift-schedule/{generated_id} Version: 1.27.2 Security: clientCredentials ## Path parameters: - `business_id` (string, required) The business id of the Employee to delete this ShiftSchedule for. - `generated_id` (string, required) The generated_id of the ShiftSchedule to delete. ## Header parameters: - `If-Match` (string) Weak Etag used for optimistic locking. Example: "W/\"24\"" ## Response 404 fields (application/problem+json): - `title` (string) A short, summary of the problem. Example: "Validation exception" - `detail` (string) A detailed explanation specific to this problem. Example: "The field contains invalid business formatting." ## Response 412 fields (application/problem+json): - `title` (string) A short, summary of the problem. Example: "Validation exception" - `detail` (string) A detailed explanation specific to this problem. Example: "The field contains invalid business formatting." ## Response 204 fields ## Response 401 fields