# Untag Fax (Weave)

> Perform Untag Fax (Weave) through Weave.

Source: [https://genhealth.ai/docs/workflows/integrations/weave/untag_weave_fax](https://genhealth.ai/docs/workflows/integrations/weave/untag_weave_fax)

Integration: [Weave](https://genhealth.ai/docs/workflows/integrations/weave.md)

- Handler: `untag_weave_fax`

- Connection type: `weave`

## Inputs

- `fax_id` — Fax Id (text)
  Optional text value.
- `tag_ids` — Tag Ids (text)
  Optional text value.

## Outputs

No named outputs are declared for this action.

Output schema completeness: `unknown`

## Safety

- External effect: `write`
- Confirmation recommended: no
- Retry safe: no
- Dry run supported: no

## Schemas

These schemas are first-pass authoring guidance. Runtime validation remains authoritative.

### Input schema

```json
{
  "type": "object",
  "properties": {
    "fax_id": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "tag_ids": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    }
  },
  "additionalProperties": false
}
```

### Output schema

```json
{
  "type": "object",
  "properties": {},
  "additionalProperties": true
}
```
