---
title: "Delete a personal identifier"
method: DELETE
path: "/persons/personal_ids/{personal_id_id}"
tags: ["Persons"]
---

# Delete a personal identifier

`DELETE /persons/personal_ids/{personal_id_id}`

Delete personal identifier

## Path parameters

- `personal_id_id` string, uuid, required

## Response `200`

Resource has been deleted

- DeleteResponse — Deleted object information
  - `id` string, uuid — Object ID
  - `resource` string — The resource name

## Other responses

- `401` — Unauthorized
- `404` — Resource not found

---

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