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

# Delete User

> API to delete the user information

## Header

<ParamField header="Authorization" type="string" required>
  Bearer token for API authentication. Format: `Bearer {{apiToken}}`
</ParamField>

## Parameters

<ParamField path="uniqueId" type="string" required>
  Unique identifier of the user to be deleted.
</ParamField>

<ParamField type="string" required />

## Status Codes

`200` - OK
