---
title: "Delete User"
method: DELETE
path: "/users/{userUuid}"
tags: ["Users"]
---

# Delete User

`DELETE /users/{userUuid}`

Delete a user from your application along with any sub-resources (including consent resources on institution APIs if they exist)

## Path parameters

- `userUuid` string, uuid, required

## Response `200`

Ok

## Other responses

- `default` — Error Response

---

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