Delete
/v1/sub-accounts/{subAccountId}
Delete a sub-account by ID.
Security
HTTP
Type basic
HTTP Basic Authentication using your WACM username and API key.
For detailed authentication instructions, see the Authentication Guide.
Path parameters
subAccountId
integerRequired
Sub-Account ID
Responses
200
Successfully deleted sub-account
{
"success": "True",
"code": "RES-I-0003",
"message": "Sub-Account has been successfully deleted!"
}object
success
boolean
code
string
message
string
data
object | null
errors
object | null
404
Sub-account not found