Not an API per se, but you can just have the user browse to:
https://login.windows.net/common/oauth2/logout?post_logout_redirect_uri=<some_page_in_your_app>
Whatever value you put in the post_logout_redirect_uri
is where Azure will redirect the browser after logout is complete.