---
title: "DELETE /users/{id}/"
method: DELETE
path: "/users/{id}/"
tags: ["users"]
---

# DELETE /users/{id}/

`DELETE /users/{id}/`

Delete a user by id

## Path parameters

- `id` integer, required

## Response `204`

The user has been deleted successful.

## Changes

- **2023-05-19** `f84d9240fdf2` — 1 info
  - the endpoint scheme security `cookieAuth` was removed from the API
- **2023-04-25** `62d33b790834` — 3 info
  - the endpoint scheme security `EDAJWTAuthentication` was removed from the API
  - the endpoint scheme security `jwtAuth` was removed from the API
  - removed the non-success response with the status `403`

[Change history](https://skmtc.dev/ansible/apis/event-driven-ansible-api/changes/users/:id/delete.md)

---

[API](https://skmtc.dev/ansible/apis/event-driven-ansible-api.md) · [All operations](https://skmtc.dev/ansible/apis/event-driven-ansible-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ansible/event-driven-ansible-api/revisions/f84d9240fdf2/schema)
