cancel_meeting
Cancel a scheduled meeting for an employee by specifying employee ID and meeting date/time. Receive confirmation that the meeting has been removed.
Instructions
Cancel a scheduled meeting for an employee. :param employee_id: Employee ID :param meeting_datetime: Date and time of the meeting in python datetime format :param topic: Topic of the meeting (optional) :return: Confirmation message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | No | ||
| employee_id | Yes | ||
| meeting_datetime | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |