Delete
/v1/channel-accounts/{id}
The “Delete Channel Account by ID” method is used to delete a specific Channel Account. The purpose of “Delete Channel Account by ID” is to allow the Distributor/Governance and Control Account users to delete one of their Channel Accounts, which will also remove the link from their Sub-Accounts.
Limitations include: Only users with specific permissions can use this endpoint!
Security
HTTP
Type basic
Path parameters
id
Required
Example12345
Responses
200
OK
string
Example{
"success": true,
"code": "RES-I-####",
"message": "Channel Account has been successfully deleted!",
"data": null,
"errors": null
}