---
title: "Delete User"
method: DELETE
path: "/organizations/{org_id}/users/{uid}?token={token}"
---

# Delete User

`DELETE /organizations/{org_id}/users/{uid}?token={token}`

Deletes a user. Deleting a user will permanently remove user data access. Per HIPAA guidelines, data is retained for 7 years and is available upon special request. 

DELETE /organizations/:org_id/users/:uid?token=:token

## Path parameters

- `org_id` string, required
- `uid` string, required
- `token` string, required

## Response `200`

200

- object
  - `id` string
  - `uid` string
  - `marketplace` object
    - `token` string
    - `url` string
  - `location` object
    - `timezone` string
    - `country_code` string
  - `sources` object[]
  - `created_at` string
  - `updated_at` string
  - `deleted_at` string

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404

---

[API](https://skmtc.net/validic/apis/inform-data-resources.md) · [All operations](https://skmtc.net/validic/apis/inform-data-resources/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/validic/inform-data-resources/versions/a235a1b8636b/schema)
