Skip to content

Delete an Access Token

Will remove the access_token of the user

API endpoint

https://api.helpmonks.com/p/sso/oauth/remove_token

Parameters

Name Required Value Comment
access_id Yes String
access_token Yes String Existing token of the user

Example

POST : https://api.helpmonks.com/p/sso/oauth/remove_token
{
    "access_id" : "bedcdbb55b31ff7bacd9cb4b4e99abfc",
    "access_token" : "71ff80d51fd57fdf9c11172230762b64"
}

Result

Access token has been removed

Statuscode

On success will return 200

Authenticating with invalid credentials will return 401

Errors will return 500

-->