delete_program
Remove a travel program from the LumbreTravel MCP Server by specifying its unique ID, enabling efficient program management and updates.
Instructions
Elimina un programa de viajes
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| id | Yes | 
Input Schema (JSON Schema)
{
  "properties": {
    "id": {
      "type": "string"
    }
  },
  "required": [
    "id"
  ],
  "type": "object"
}