---
title: "Remove Attribute from Person"
method: DELETE
path: "/people/{id}/attributes/{attribute_id}"
---

# Remove Attribute from Person

`DELETE /people/{id}/attributes/{attribute_id}`

This endpoint removes an attribute from a given person.

## Path parameters

- `id` integer, required
- `attribute_id` integer, required

## Response `200`

200

## Other responses

- `404` — 404

---

[API](https://skmtc.dev/seebot/apis/seebottalk.md) · [All operations](https://skmtc.dev/seebot/apis/seebottalk/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/seebot/seebottalk/revisions/4b8c104ade48/schema)
