---
title: "admDeleteFieldConfig"
canonical: "https://support.appfire.com/space/PSJC/862388249/admDeleteFieldConfig"
format: markdown
---
> Macro (aura-html)


## Description

> Macro (excerpt)
> 
> Deletes a field configuration

Deletes a field configuration

|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | admDeleteFieldConfig(fieldConfigId) | **Package** | adm |
| **Alias** |  | **Pkg Usage** | [deleteFieldConfig(fieldConfigId)] |

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| fieldConfigId | int | Yes | Id of the field configuration |

## Return Type

**boolean**

Returns true if the field configuration is deleted

## See also

> Macro (contentbylabel)