# deleteDisputeDocument

Removes one evidence file from a response that has not been filed yet.

```
deleteDisputeDocument(

  chargebackId: ID!

  documentId: ID!

): Boolean!
```

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

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

#### [`deleteDisputeDocument.documentId`](#document-id) ● [`ID!`](https://docs.monei.com/apis/graphql/types/scalars/id/.md) non-null scalar[​](#document-id "Direct link to document-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`.
