---
title: "Deleting a sitewide preference"
method: DELETE
path: "/v1/user-preferences/site/{propertyName}"
tags: ["User Preferences"]
---

# Deleting a sitewide preference

`DELETE /v1/user-preferences/site/{propertyName}`

## Path parameters

- `propertyName` string, required

## Response `200`

The preference was deleted

- Success
  - `success` boolean, required

## Other responses

- `404` — The specified preference does not exist

## Changes

- **2025-12-20** `022694254f0d` — 1 info
  - api operation id `deleteSiteUserPreference` was added
- **2025-10-27** `b11b54eea487` — 1 info
  - removed the non-success response with the status `403`
- **2025-08-20** `9d8cc5bc6b43` — 1 info
  - added the non-success response with the status `404`
- **2025-03-13** `e8c2858fd4eb` — 3 info
  - api operation id `deleteSiteUserPreference` removed and replaced with ``
  - added the non-success response with the status `403`
  - removed the non-success response with the status `404`

[Change history](https://skmtc.dev/getodk/apis/odk-central-api/changes/v1/user-preferences/site/:propertyName/delete.md)

---

[API](https://skmtc.dev/getodk/apis/odk-central-api.md) · [All operations](https://skmtc.dev/getodk/apis/odk-central-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getodk/odk-central-api/revisions/dc3ccc706398/schema)
