---
title: "deletePerson"
method: DELETE
path: "/gbs-spid-server/delete/{cpf}"
tags: ["Deletion"]
---

# deletePerson

`DELETE /gbs-spid-server/delete/{cpf}`

This method deletes a person from the database, given its CPF.

## Path parameters

- `cpf` string, required

## Response `200`

OK

## Other responses

- `204` — No Content
- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `415` — Unsupported Media Type
- `422` — Unprocessable Entity
- `500` — Internal Server Error
- `503` — Service Unavailable

---

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