action circuitsandbox_undo_archive_conversation { label: "Unmute conversation" description: "The conversation will no longer be archived but active again\nOauthScopes: WRITE_CONVERSATIONS" provider: circuitsandbox method: DELETE path: "/conversations/{convId}/archive" encoding: json input: { type: "object" properties: { convId: { type: "string" } } required: ["convId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }