---
title: "Deactivate Custom Field"
method: PATCH
path: "/api/v2/custom_fields/{id}/deactivate"
tags: ["Custom Fields"]
---

# Deactivate Custom Field

`PATCH /api/v2/custom_fields/{id}/deactivate`

Deactivates a custom field. This will not delete the custom field, but will make it inactive. Once deactivated it cannot be used in the Create User Journey API

## Path parameters

- `id` string, uuid, required

## Response `200`

The request has succeeded.

## Changes

- **2026-03-09** `3f638e7bcdd4` — 1 breaking
  - for the `path` request parameter `id`, the type/format was changed from `string`/`` to `string`/`uuid`
- **2025-05-19** `805744a185fa` — 1 info
  - endpoint added
- **2024-06-11** `6cde27481f55` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/xpand-io/apis/xpand-api/changes/api/v2/custom_fields/:id/deactivate/patch.md)

---

[API](https://skmtc.dev/xpand-io/apis/xpand-api.md) · [All operations](https://skmtc.dev/xpand-io/apis/xpand-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xpand-io/xpand-api/revisions/85bece7875fd/schema)
