# deleteBlacklistItem

Removes a blacklist rule by its `value`. Returns `true` on success.

```
deleteBlacklistItem(

  value: String!

): Boolean!
```

### Arguments[​](#arguments "Enlace directo al Arguments")

#### [`deleteBlacklistItem.value`](#value) ● [`String!`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) non-null scalar[​](#value "Enlace directo al value")

### Type[​](#type "Enlace directo al Type")

#### [`Boolean`](https://docs.monei.com/es/es/apis/graphql/types/scalars/boolean/.md) scalar[​](#boolean- "Enlace directo al boolean-")

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