---
title: "Delete Channel Account"
slug: "delete-channel-account"
updated: 2026-02-25T13:56:58Z
published: 2026-02-25T13:57:17Z
canonical: "docs.wasabi.com/delete-channel-account"
---

> ## 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

Delete/v1/channel-accounts/{channelAccountId}

Delete a Channel Account by ID. This also removes links from Sub-Accounts.

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 parameterschannelAccountIdintegerRequired

Channel Account ID

Example12345

Responses200

Successfully deleted the Channel Account

<select class='api-response-data' aria-label='Media type'><option value='623b4dd5-4698-4c6a-9952-35a87cc1a3e4'>application/json</option>
</select>

```json
{
  "success": "True",
  "code": "RES-I-0052",
  "message": "Channel Account has been successfully deleted!"
}
```

Expand Allobject  successboolean    
codestring    
messagestring    
dataobject | null  
errorsobject | null
