Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/rest_api/fields.rst
Original file line number Diff line number Diff line change
Expand Up @@ -564,10 +564,16 @@ Delete a field.

``DELETE /fields/contact/ID/delete`` or ``DELETE /fields/company/ID/delete``

.. note::
Comment thread
RCheesley marked this conversation as resolved.

You can't delete a field that's in use by a Segment. This returns an ``HTTP 409 (Conflict)`` response. Remove the field from any Segment filters before deleting it.

**Response**

``Expected Response Code: 200``

``Response Code if field is in use: 409``

**Properties**

Same as `Get Field <#get-field>`_.
Loading