Delete Channel Account User by ID

Prev Next
Delete
/v1/channel-accounts/users/{userId}

The “Delete Channel Account User by ID” method is used to delete a specific user. The purpose of “Delete Channel Account User by ID” is to allow the Distributor/Governance and Control Account users to delete the users of their Channel Accounts.

Limitations include: Only users with specific permissions can use this endpoint!

Security
HTTP
Type basic
Path parameters
userId
Required
Example67890
Responses
200

OK

string
Example{ "success": true, "code": "RES-I-0034", "message": "User has been successfully deleted!", "data": null, "errors": null }