---
title: "Delete a specific user with dependencies"
method: DELETE
path: "/api/v1/users/{id}"
tags: ["Users"]
---

# Delete a specific user with dependencies

`DELETE /api/v1/users/{id}`

Deletes the user and dependencies. When only_orders_and_enrollments is true, deletes only orders, enrollments, payments, bulk invitations, and applicants — not the user or related account admins.

## Path parameters

- `id` integer, required

## Query parameters

- `only_orders_and_enrollments` boolean

## Response `200`

user (and/or dependencies) deleted

---

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