---
title: "Delete a custom attribute"
method: DELETE
path: "/custom-attributes/{id}"
tags: ["Custom Attributes"]
---

# Delete a custom attribute

`DELETE /custom-attributes/{id}`

Deletes a custom contact attribute.

## Path parameters

- `id` string, required

## Response `200`

OK

- DeletedContactAttributeDTO
  - `id` string — The unique identifier of the deleted custom attribute

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/superchat/apis/superchat-api.md) · [All operations](https://skmtc.dev/superchat/apis/superchat-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/superchat/superchat-api/revisions/3bc557a0072f/schema)
