# Delete Employee Availability by id Delete an existing Availability, identified by its generated_id, for an Employee, identified by their business_id. This will remove a ResourceCombination tied to this Availability if it was not deployed by releasing a route in an optimization. Endpoint: DELETE /employee/{business_id}/availability/{generated_id} Version: 1.27.2 Security: clientCredentials ## Path parameters: - `business_id` (string, required) The unique identifier of the Employee for whom to delete an Availability. - `generated_id` (string, required) The unique identifier of the Availability 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