---
title: "Delete user"
method: DELETE
path: "/apps/{app_id}/users/by/{alias_label}/{alias_id}"
---

# Delete user

`DELETE /apps/{app_id}/users/by/{alias_label}/{alias_id}`

Delete a user including all associated properties, subscriptions, and identity.

## Path parameters

- `app_id` string, required
- `alias_label` string, required
- `alias_id` string, required

## Headers

- `Authorization` string, required

## Response `202`

202

- object
  - `identity` object
    - `onesignal_id` string

## Other responses

- `400` — 400
- `401` — 401
- `404` — 404
- `409` — 409
- `429` — Rate limit exceeded. Wait the number of seconds in the `Retry-After` header before retrying.
- `503` — Service temporarily unavailable. Retry after a short backoff. The body may be empty or non-JSON in some failure modes.

---

[API](https://skmtc.dev/onesignal/apis/api-onesignal-com.md) · [All operations](https://skmtc.dev/onesignal/apis/api-onesignal-com/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/onesignal/api-onesignal-com/revisions/0fc223f7e338/schema)
