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

# Self remove vehicle plate

> Remove your own keys for a specific vehicle plate.

You can use this event to self-remove a vehicle plate, for example in the events where your framework deletes a vehicle with the `/dv` command.

```lua Event theme={null}
TriggerServerEvent("vehicles_keys:selfRemoveKeys", plate)
```


## Related topics

- [Client](/vehicles-keys/client/index.md)
- [Self give vehicle plate](/vehicles-keys/client/self-give-vehicle-plate.md)
- [Self give current vehicle plate](/vehicles-keys/client/self-give-current-vehicle-plate.md)
- [Refresh self owned vehicles](/vehicles-keys/client/refresh-self-owned-vehicles.md)
- [Remove keys from identifier](/vehicles-keys/server/remove-keys-from-identifier.md)
