---
title: "Delete the person with the specified email"
method: DELETE
path: "/api/tenants/{tenantId}/persons"
tags: ["tenant-controller"]
---

# Delete the person with the specified email

`DELETE /api/tenants/{tenantId}/persons`

Delete the person with the specified email

## Path parameters

- `tenantId` string, required

## Query parameters

- `email` string, required
- `tokenValue` string

## Response `200`

OK

## Other responses

- `204` — No Content
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Unexpected error in processing the request.

---

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