delete http://gooru.org/api/nucleus-auth/v2/signout
Field Name | Type | Description |
---|---|---|
default | Boolean | Denotes 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_url | String | Login 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 Code | Error Description |
---|---|
401 - Unauthorized | Missing "Authorization" in header Invalid "Authorization" in header |