# \_delete

Deletes a Referral.

### Parameters

#### id

The ID of the Referral to delete.

### Example

```
FM_api('Referral_delete', ['id' => '1']);
```

### Result

#### On Success

```
{'ok':1}
```

#### On Failure

If the User is not logged in: {'error':'not logged in'}

If there is no Referral ID supplied: {'error':'no referral ID'}
