action callfire_archive_voice_broadcast { label: "Archive voice broadcast" description: "Archives a voice broadcast (voice broadcast will be hidden in search results)" provider: callfire method: POST path: "/calls/broadcasts/{id}/archive" encoding: json input: { type: "object" properties: { id: { type: "integer" format: "int64" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }