> ## Documentation Index
> Fetch the complete documentation index at: https://enrolla-nk-hub-guardrails.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Status of user deletion request

Get the status of your user deletion request.

## Request Query Parameter

<ParamField query="requestId" type="string">
  The request ID from the user deletion request.
</ParamField>

## Response

<ResponseField name="completed" type="boolean">
  `true` if the process was completed, `false` otherwise.
</ResponseField>

<ResponseField name="deleted" type="string">
  The number of spans that were deleted.
</ResponseField>

<ResponseField name="total" type="string">
  The number of spans that needs to be deleted in total.
</ResponseField>
