# Cashyew file suppressing

Removes the bought and suppressed records of the provided user from the file.

Usage:

```shell
php suppress_file.php <file_name> <user_id> <phone_column_name>
```

Before usage:

1\. Upload your file into the wordpress uploads folder.

2\. Open the cashyewleads terminal.

3\. Run

```shell
cd /home/cashyewleads/public_html/wp-content/plugins/cashyew-data
```

Example:

```shell
php suppress_file.php File_5.xlsx 263 "phone number"
```