> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nebuly.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Eligible Users

This endpoint allows you to delete one or more eligible users by their `end_user` identifiers.

You need an API key to authenticate. See [here](/embedded-pages/quickstart) for more information about the API keys.

<Warning>All the passed users will be deleted.</Warning>

<ParamField body="users" type="string[]" required>
  A list of `end_user` identifiers representing the users you want to delete.
</ParamField>

<ResponseField name="message" type="string">
  Confirmation message indicating the users were deleted successfully.
</ResponseField>
