You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hello,
I have an MCC account managing the clients adwords account, Is there any way to remove the account from my MCC account via Adwords API?
Let me know
Regards,
Ronak Shah
Shwetha Vastrad (AdWords API Team)
unread,
Jul 10, 2017, 10:57:41 AM7/10/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi Ronak,
You need to use ManagedCustomerService.mutateLink() to unlink an AdWords client account from an AdWords MCC account. The code snippet provided here shows how to terminate a link. This operation can be done as either the manager or client account.
Regards,
Shwetha, AdWords API Team.
Ronak Shah
unread,
Jul 11, 2017, 1:31:38 AM7/11/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hello Shwetha,
Yes but this is to terminate link between client and MCC manager if client has its own adwords account, but lets say suppose I have created an adwords account via ManagedCustomerOperation and I want to remove or unlink that via API. is it possible to do so?
Regards,
Ronak Shah
Shwetha Vastrad (AdWords API Team)
unread,
Jul 11, 2017, 10:14:33 AM7/11/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi Ronak,
The procedure to unlink an account created via ManagedCustomerService is the same. You need to use ManagedCustomerService.mutateLink() method and set the LinkStatus to INACTIVE to unlink an account. Every account must have either a user with administrative access or a manager account with administrative ownership. If you try to unlink an account which doesn't have either of these, the operation will not be successful and you'll encounter ManagedCustomerServiceError.CANNOT_UNLINK_ACCOUNT_WITHOUT_ACTIVE_USER error.