---
title: "Delete User Tenant Mapping"
method: DELETE
path: "/v1/user/{distinct_id}/tenant/{tenant_id}/"
---

# Delete User Tenant Mapping

`DELETE /v1/user/{distinct_id}/tenant/{tenant_id}/`

Removes the per-tenant profile for a user. The global profile is untouched and the user remains in the workspace.

## Path parameters

- `distinct_id` string, required
- `tenant_id` string, required

## Response `204`

204 - No Content. The per-tenant profile was removed.

## Other responses

- `404` — 404 - Not Found. Returned when the mapping does not exist.

---

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