> For the complete documentation index, see [llms.txt](https://developer.acquire.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.acquire.io/rest-apis/settings/account-settings/custom-attributes/delete-a-custom-attribute.md).

# Delete a custom attribute

## Delete a custom attribute

<mark style="color:red;">`DELETE`</mark> `https://{{account_id}}.acquire.io/api/v1/crm/objects/object-field/{{custom_attributeId}}`

Delete a specific custom attribute. The custom\_attributeId must be passed in to the endpoint as a path parameter. **Warning:** This action can't be undone.&#x20;

#### Path Parameters

| Name                | Type    | Description               |
| ------------------- | ------- | ------------------------- |
| custom\_attributeId | integer | The custom attribute's ID |

#### Headers

| Name          | Type   | Description         |
| ------------- | ------ | ------------------- |
| Authorization | string | Bearer {{api\_key}} |

{% tabs %}
{% tab title="200 " %}

```
{
  "data": {
    "deleted": 1
  }
}
```

{% endtab %}
{% endtabs %}
