<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[`Events`](Events) › [`off`](Events/off)
## Events.off() method
0.9.7
**Signature:**
```typescript
off(name: string, callback: (...data: unknown[]) => unknown): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| <code>name</code> | <code>string</code> | |
| <code>callback</code> | <code>(...data: unknown[]) => unknown</code> | |
**Returns:**
`void`