# deleteExportSftpConfig

Deletes an SFTP export config. Returns `true` on success.

```
deleteExportSftpConfig(

  id: ID!

): Boolean!
```

### Arguments[​](#arguments "Direct link to Arguments")

#### [`deleteExportSftpConfig.id`](#id) ● [`ID!`](https://docs.monei.com/apis/graphql/types/scalars/id/.md) non-null scalar[​](#id "Direct link to id")

### Type[​](#type "Direct link to Type")

#### [`Boolean`](https://docs.monei.com/apis/graphql/types/scalars/boolean/.md) scalar[​](#boolean- "Direct link to boolean-")

The `Boolean` scalar type represents `true` or `false`.
