---
title: Delete
url: https://www.tines.com/docs/api/admin/users/delete/
updated: 2023-12-19T23:01:03+00:00
description: Delete a specific user.
---

*[tines.com](https://www.tines.com/llms.txt) › [Docs](https://www.tines.com/llms.txt) › [Tines API](https://www.tines.com/llms.txt) › [Admin](https://www.tines.com/llm/docs/api/admin.md) › [Users](https://www.tines.com/llm/docs/api/admin/users.md)*

# Delete

*[View on tines.com](https://www.tines.com/docs/api/admin/users/delete/)*

## Description

Delete a specific user.

## Request

HTTP Method: **DELETE**

| Path Parameter | Description     |
| -------------- | --------------- |
| user_id        | ID of the user. |

```bash
curl -X DELETE \
  https://<tenant-domain>/api/v1/admin/users/<<user_id>> \
  -H 'content-type: application/json' \
  -H 'Authorization: Bearer <<CREDENTIAL.tines_api_key>>'
```

## Response

A successful request will return an empty response with a `204` status code.
