> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pureclarity.com/llms.txt
> Use this file to discover all available pages before exploring further.

# customer_logout event

> The customer_logout tracking event tells PureClarity that the current user has logged out.

The customer\_logout tracking event tells PureClarity that the current user has logged out.

<Note>This applies to client-side mode only. See server-side documentation on information on how to log a user out by clearing the `pc_v_<access_key>` cookie.</Note>

## Properties

This event takes no parameters.

## Example

```javascript theme={null}
// Client-side usage
_pc("customer_logout");
```
