# \_loginDelete

Deletes a Customer's login URL.

### Parameters

#### id

The ID of the Customer.

### Example

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

### Result

#### On Success

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

#### On Failure

If the user is not logged in:

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