---
title: "Delete an attribute"
method: DELETE
path: "/contacts/attributes/{attributeCategory}/{attributeName}"
tags: ["Contacts"]
---

# Delete an attribute

`DELETE /contacts/attributes/{attributeCategory}/{attributeName}`

## Path parameters

- `attributeCategory` 'normal' | 'transactional' | 'category' | 'calculated' | 'global', required
- `attributeName` string, required

## Response `204`

Attribute deleted

## Other responses

- `400` — bad request
- `404` — Attribute not found

---

[API](https://skmtc.net/getbrevo/apis/brevo-api.md) · [All operations](https://skmtc.net/getbrevo/apis/brevo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbrevo/brevo-api/versions/2aec3cf66501/schema)
