> For the complete documentation index, see [llms.txt](https://rimplenet.gitbook.io/rimplenet/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rimplenet.gitbook.io/rimplenet/api-reference/users/delete-user.md).

# Delete User

{% hint style="info" %}
**Must have authorization to use this API**
{% endhint %}

## User with specified ID would be deleted

<mark style="color:red;">`DELETE`</mark> `https://example.com/wp-json/rimplenet/v1 /users/<user_id>`

{% tabs %}
{% tab title="200: OK User Deleted" %}

```php
{
    "status": true,
    "message": "User Deleted",
    "data": [],
    "error": []

}
```

{% endtab %}
{% endtabs %}

{% hint style="info" %}
To view request params, click on the arrow (>) at the right hand side of the endpoint url to expand or collapse
{% endhint %}

**Sample response**

{% tabs %}
{% tab title="200 OK" %}

```php
{   
    "status": true,
    "message": "User Deleted",
    "data": [],
    "error": []
}
```

{% endtab %}
{% endtabs %}
