---
title: "Delete reservation's custom fields"
method: DELETE
path: "/reservations/{reservation_id}/custom-fields/{field_id}"
tags: ["Reservations"]
deprecated: true
---

# Delete reservation's custom fields

`DELETE /reservations/{reservation_id}/custom-fields/{field_id}`

> **Deprecated.**

For deleting a specific custom field, use the <a href="https://open-api-docs.guesty.com/reference/reservationsopenapicontroller_deletereservationcustomfield">new API</a>

## Path parameters

- `reservation_id` string, required
- `field_id` string, required

## Response `200`

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Unhandled exception. Something went wrong on server.

---

[API](https://skmtc.net/guesty/apis/guesty-open-api.md) · [All operations](https://skmtc.net/guesty/apis/guesty-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/guesty/guesty-open-api/versions/7c62644070f2/schema)
