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

# Remove User

> This endpoint removes a userid

### Query Parameter

<ParamField query="userid" type="number" required>
  This is the id of the user
</ParamField>

<RequestExample>
  ```bash Request theme={null}
  curl -X DELETE https://jsonplaceholder.typicode.com/posts/1 \
    -H "Accept: application/json" \
    -H "Content-Type: application/json"
  ```
</RequestExample>

<ResponseExample>
  ```json Response theme={null}

  {}

  ```
</ResponseExample>
