Sign out current user

Signs out the current user and revokes the active bearer token

Responses
  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
Request Example for post/sdk-partner/user/sign-out
curl https://sandbox-api.mrcr.io/v1.6/sdk-partner/user/sign-out \
  --request POST \
  --header 'Sdk-User-Token: YOUR_SECRET_TOKEN'
{
  "status": 200
}