---
title: "Retrieve a users delete task."
method: GET
path: "/users/delete/{id}"
tags: ["Users"]
---

# Retrieve a users delete task.

`GET /users/delete/{id}`

## Path parameters

- `id` integer, required

## Headers

- `Accept-Version` string

## Response `200`

The requested task.

- DeleteUsersResult — Definition of the results from a users delete task.
  - `Id` integer — The task's ID.
  - `Status` 'NotScheduled' | 'Pending' | 'Running' | 'Stopped' | 'Completed' | 'Failed' | 'PendingTest' — The task's status.
  - `CreatedBy` integer — The ID of the user who created this task.
  - `Logs` DeleteUsersLog[] — The task's logs.
    - `Id` integer — The ID of the log entry.
    - `UserId` integer — The ID of the user to delete.
    - `UserName` string — The username of the user to delete.
    - `Status` 'Success' | 'Error' | 'NotFound' — The resulting status of the user to delete.
    - `ErrorMessage` string — The error message of the log entry.
    - `Date` string, date-time — The date and time of the log entry.

## Other responses

- `401` — The request must be authenticated using the Authorization HTTP header
- `403` — User does not have permissions to view users and groups.
- `404` — The requested task does not exist.

---

[API](https://skmtc.net/voxco/apis/acuity-webapi-1-0.md) · [All operations](https://skmtc.net/voxco/apis/acuity-webapi-1-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voxco/acuity-webapi-1-0/revisions/2ea4b8555197/schema)
