Delete Channel Account

Prev Next
Delete
/v1/channel-accounts/{channelAccountId}

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

Security
HTTP
Type basic

HTTP Basic Authentication using your WACM username and API key.

For detailed authentication instructions, see the Authentication Guide.

Path parameters
channelAccountId
integerRequired

Channel Account ID

Example12345
Responses
200

Successfully deleted the Channel Account

{
  "success": "True",
  "code": "RES-I-0052",
  "message": "Channel Account has been successfully deleted!"
}
Expand All
object
success
boolean
code
string
message
string
data
object | null
errors
object | null