---
title: "Remove Okta User"
method: DELETE
path: "/users/okta-user/{email}"
tags: ["User"]
---

# Remove Okta User

`DELETE /users/okta-user/{email}`

Used to only remove the user from Okta

## Path parameters

- `email` string, required

## Response `200`

Successful removal of the user from Okta

## Other responses

- `400` — Invalid or missing parameter
- `401` — User not authenticated
- `403` — User not authorized
- `404` — User not found
- `default` — Unknown error

---

[API](https://skmtc.net/mabl/apis/mabl-api.md) · [All operations](https://skmtc.net/mabl/apis/mabl-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mabl/mabl-api/revisions/d0fc0114da66/schema)
