Signout and remove session
import { SignOut } from 'top-tracker'
const parameters = {}
const input = {}
new SignOut(parameters)
.call(input)
.then((output) => {})
.catch(({ message, payload }) => {})
- Parameters
/* whitout parameters */
- Input
{
"access_token": "isString"
}
- Output
"isTrue"