I\'m trying to manage Google account contacts through JavaScript programs. When I\'m trying to delete contacts through JavaScript, this error occurs: \"Network Error: 405 No
Make use of the google client api for javascript, Authenticate, getToken and then use Request and then execute it. Pass on the method and url as per your need. For delete purpose, pass these are its input:
method : 'DELETE',
url : '/m8/feeds/contacts/default/full/<friend id to delete>'