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

# Delete user

## Delete user

<mark style="color:red;">`DELETE`</mark> `https://ris.rightsline.com/v4/user/:userID`

#### Path Parameters

| Name                                     | Type | Description  |
| ---------------------------------------- | ---- | ------------ |
| userID<mark style="color:red;">\*</mark> | int  | The user ID. |

#### Headers

| Name                                             | Type   | Description             |
| ------------------------------------------------ | ------ | ----------------------- |
| x-api-key<mark style="color:red;">\*</mark>      | string | Your company's API key. |
| Authentication<mark style="color:red;">\*</mark> | string | Authentication token.   |

{% tabs %}
{% tab title="204: No Content User deleted successfully." %}

{% endtab %}

{% tab title="403: Forbidden Permission denied." %}

```json
{
    "message": "Acls don't provide permission to delete user."
}
```

{% endtab %}
{% endtabs %}
