mb_logout: Terminate a Matchbook.com API session

Description Usage Arguments Value See Also Examples

Description

End the Matchbook.com session.

Usage

1
mb_logout(session_data)

Arguments

session_data

This is a required parameter containing security and preference information. It must take the exact format of the object returned by the mb_login request.

Value

The response integer status_code.

See Also

mb_login

Examples

1
2
3
## Not run: my_session <- mb_login("my_user_name","verysafepassword"); 
mb_logout(my_session)
## End(Not run)

matchbook documentation built on May 2, 2019, 5:49 a.m.