---
title: "Delete Sub-Account"
slug: "delete-sub-account"
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 Sub-Account

Delete/v1/sub-accounts/{subAccountId}

Delete a sub-account 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 parameterssubAccountIdintegerRequired

Sub-Account ID

Responses200

Successfully deleted sub-account

<select class='api-response-data' aria-label='Media type'><option value='c439adb8-dc6a-48a2-9f3b-a6d82f7f5e93'>application/json</option>
</select>

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

Expand Allobject  successboolean    
codestring    
messagestring    
dataobject | null  
errorsobject | null  

404

Sub-account not found
