Deleting Custom Fields

February 24, 2026

Remove custom fields while understanding data preservation and recovery.

Deleting a Field #

  1. Navigate to PloverCRM → Settings → PloverCRM
  2. Scroll to Custom Fields section
  3. Click Delete (trash icon) on the field
  4. Confirm deletion
image 28 - Plover CRM

What Happens #

Field Definition Removed:

  • No longer appears in forms, API responses, filters
  • Removed from custom fields list

Data Preserved (Hidden):

  • Values remain in database
  • Recoverable by recreating field with same slug
  • Prevents accidental data loss

Before Deleting #

Export data: PloverCRM → Contacts → Export → Download CSV

Check usage: Verify field isn’t used in forms, API, reports, or mobile app

Communicate: Notify team members

image 29 - Plover CRM

Recovering a Deleted Field #

  1. Navigate to PloverCRM → Settings → PloverCRM
  2. Click Add Custom Field
  3. Enter exact same slug (case-sensitive)
  4. Configure properties and save

Existing data reappears for contacts with values.

Permanently Deleting Data #

Warning: This action is irreversible. Always backup your data first!

Contact your system administrator or developer if you need to permanently remove field data from the database.

Alternatives to Deletion #

Make read-only: Edit field → Check “Read-Only”

Hide from roles: Edit permissions → Remove read access

Archive: Change group to “Archived” or “Deprecated”

Rename: Add “[DEPRECATED]” prefix to label

Troubleshooting #

Can’t delete: Verify Super Admin role, check if system field

Field reappears: Clear caches, check if another admin recreated it

FAQ #

Q: Does deleting remove data? A: No. Field definition is removed, data stays in database.

Q: Can I undo deletion? A: Yes. Recreate with exact same slug.

Q: Will API integrations break? A: Yes. API calls won’t return deleted field data.


Last updated: February 3, 2026