delete_day
Delete a day from a trip plan by specifying the trip ID and day ID.
Instructions
일자를 삭제한다.
Args: trip_id: 여행 ID day_id: 삭제할 일자 ID (get_trip에서 확인)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trip_id | Yes | ||
| day_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |