---
title: "Remove the specified resource from storage"
method: DELETE
path: "/v1/users/{id}"
tags: ["User"]
---

# Remove the specified resource from storage

`DELETE /v1/users/{id}`

## Path parameters

- `id` integer, required

## Response `200`

- object
  - `success` boolean, required
  - `message` 'User deleted successfully', required
  - `data` unknown, required

## Other responses

- `400`
- `401` — Unauthenticated

---

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