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

# Reset a preference

> Restore a preference to its registered default.

<ParamField path="key" type="string" required>Registered preference key.</ParamField>

<ParamField query="scope" type="string">
  `workspace` (default), `member`, or `user`. Must match the registered scope.
  Reset requires the same authority as [updating](/reference/preferences/update).
</ParamField>

### Returns

The [Preference object](/reference/preferences/object) with `value` equal to
`default`. Repeated resets are safe. For rejection replies, reset restores the
workspace-admin route; an empty list instead omits Reply-To.
