action trashnothing_delete_conversation { label: "Delete conversation" provider: trashnothing method: DELETE path: "/conversations/{conversation_id}" encoding: json input: { type: "object" properties: { conversation_id: { type: "string" } message_id: { type: "string" } } required: ["conversation_id", "message_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }