---
title: "Delete Member (DELETE)"
slug: "delete-delete-user"
updated: 2023-08-01T07:55:41Z
published: 2023-08-01T07:55:41Z
canonical: "support.perimeter81.com/delete-delete-user"
---

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

# Delete Member (DELETE)

<meta charset="utf-8">

### DELETE /v1/users/{id}

Delete a member from the members list.

Terminated usersWhen a user is deleted, the "terminated" field value is updated to "true".

**Parameters**:

| Property | Data Type | Description |
| --- | --- | --- |
| id* | String | The userID of the member to delete. |

**Request Body**: None

**Request Example**:

Content-Type  
In certain programming languages, the inclusion of***-H 'Content-Type: application/json***' may not be necessary.

```shell
curl -X 'DELETE' -H 'Authorization: Bearer <ACCESS_TOKEN>' 'https://api.perimeter81.com/api/rest/v1/users/<USER_ID>' -H 'Content-Type: application/json'
```
