action callfire_delete_text_auto_reply { label: "Delete an auto reply" description: "Deletes a text auto reply and removes the configuration. Can not delete a TextAutoReply which is currently active for a campaign" provider: callfire method: DELETE path: "/texts/auto-replys/{id}" encoding: json input: { type: "object" properties: { id: { type: "integer" format: "int64" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }