This function works for Google Accounts applications.
Args
dest_url
String that is the desired final destination URL for the user
after the user has logged out. If dest_url does not specify a host,
the host from the current request is used.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-16 UTC."],[[["\u003cp\u003eThis function computes a logout URL for Google Accounts applications.\u003c/p\u003e\n"],["\u003cp\u003eThe function \u003ccode\u003egoogle.appengine.api.users.CreateLogoutURL\u003c/code\u003e is also accessible via the alias \u003ccode\u003egoogle.appengine.api.users.create_logout_url\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt requires a \u003ccode\u003edest_url\u003c/code\u003e parameter, which determines the URL the user will be redirected to after logging out.\u003c/p\u003e\n"],["\u003cp\u003eIf no host is specified in \u003ccode\u003edest_url\u003c/code\u003e, the current request's host is used.\u003c/p\u003e\n"],["\u003cp\u003eThe function returns the generated logout URL as a string.\u003c/p\u003e\n"]]],[],null,["# google.appengine.api.users.CreateLogoutURL\n\n\u003cbr /\u003e\n\nComputes the logout URL and specified destination URL for the request.\n\n#### View aliases\n\n\n**Main aliases**\n\n\\`google.appengine.api.users.create_logout_url\\`\n\n\u003cbr /\u003e\n\n google.appengine.api.users.CreateLogoutURL(\n dest_url, _auth_domain=None\n )\n\nThis function works for Google Accounts applications.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e"]]