> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getmodus.com/llms.txt
> Use this file to discover all available pages before exploring further.

# modus workflows interfaces delete

> Remove one of a workflow's interfaces.

Remove one of a workflow's interfaces.

## Usage

```bash theme={null}
modus workflows interfaces delete [flags]
```

## Arguments

| Name          |          | Description   |
| ------------- | -------- | ------------- |
| `id`          | required | Workflow id.  |
| `interfaceId` | required | Interface id. |

See [CLI quickstart](/guides/cli) for install and auth.
