---
title: "Delete Channel Account User"
slug: "delete-channel-account-user"
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 Channel Account User

Delete/v1/channel-accounts/users/{userId}

Delete a Channel Account user by ID.

**Note:** Channel Account users cannot delete their own account.

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 parametersuserIdintegerRequired

User ID

Example67890

Responses200

Successfully deleted the user

<select class='api-response-data' aria-label='Media type'><option value='3dbac0f6-0117-47f5-8c16-5052d63eff03'>application/json</option>
</select>

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

Expand Allobject  successboolean    
codestring    
messagestring    
dataobject | null  
errorsobject | null
