action callfire_archive_text_broadcast { label: "Archive text broadcast" description: "Archives a text broadcast (and hides it in the search results)" provider: callfire method: POST path: "/texts/broadcasts/{id}/archive" encoding: json input: { type: "object" properties: { id: { type: "integer" format: "int64" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }