---
title: "Delete Member"
slug: "delete-member"
updated: 2026-02-25T13:56:58Z
published: 2026-02-25T13:57:17Z
---

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

# Delete Member

Delete/v1/members/{memberId}

Delete a member by ID.

SecurityHTTPType basic

HTTP Basic Authentication using your WACM username and API key.

For detailed authentication instructions, see the [Authentication Guide](https://docs.wasabi.com/apidocs/wacm-connect-api-authentication).

Path parametersmemberIdintegerRequired

Member ID

Responses200

Successfully deleted member

<select class='api-response-data' aria-label='Media type'><option value='92f3bd08-8165-4e65-981f-a530a105e59e'>application/json</option>
</select>

```json
{
  "success": "True",
  "code": "RES-I-0034",
  "message": "Member has been successfully deleted!"
}
```

Expand Allobject  successboolean    
codestring    
messagestring    
dataobject | null  
errorsobject | null
