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

# Delete User

`POST /users/{user_id}`

## Path parameters

- `user_id` string, required

## Headers

- `x-business-id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `404` — Not found
- `422` — Validation Error

---

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