action watchful_delete_monitor { label: "Delete uptime monitor" description: "Return boolean" provider: watchful method: DELETE path: "/sites/{id}/monitor" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }