Delete the AuthToken and User will Signout

Supported Formats

JSON

Examples

Request:
 curl -X DELETE -H "Content-Type:application/json" 'https://api.datonis.io/api_sign_out' 
Response:
 {
  "success": true,
  "message": "User signout Sucessfully."
}