---
title: "Remove a flag from a person"
method: DELETE
path: "/v1/persons/{personId}/flags/{flagId}"
tags: ["Persons"]
---

# Remove a flag from a person

`DELETE /v1/persons/{personId}/flags/{flagId}`

Remove a flag from a person.

**Important**: the `flagId` route parameter is the **flag type ID** — the same ID returned by `GET /flags?entityType=ContactUser` (requires the `flags:read` scope) and by `GET /persons/{personId}/flags`. It is **not** a history record ID, unlike the DELETE endpoint on other entity flag controllers (e.g. Purchase Orders, Sales Opportunities).

Removing a flag is permanent; no history of the removal is retained. (required scope contacts:persons:write)

## Path parameters

- `personId` string, uuid, required
- `flagId` integer, required

## Headers

- `Customer-Id` integer, required

## Response `204`

No Content

## Other responses

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

---

[API](https://skmtc.net/bigchange/apis/bigchange-dx.md) · [All operations](https://skmtc.net/bigchange/apis/bigchange-dx/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bigchange/bigchange-dx/revisions/916e669fc527/schema)
