Signout (Delete Access Token)

Field NameTypeDescription
defaultBooleanDenotes whether the tenant has any specific login URL or not. If true, apply the default logout logic. If false, look for the login url field value.
login_urlStringLogin URL. Used to redirect the users after logout.

This API needs Authorization header to be exist in request. Value of header should be prefixed with "Token" keyword follow by white space and actual token.

Error CodeError Description
401 - UnauthorizedMissing "Authorization" in header
Invalid "Authorization" in header
Language
Click Try It! to start a request and see the response here!