# \_delete

Deletes a specified Contract.

### Parameters

#### id

The ID of the Contract to delete.

### Example

```
FM_api('Contract_delete', ['id' => '123']);
```

### Result

#### On Success

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

#### On Failure

If the User is not logged in:

```
{'error':'not logged in'}
```
