Skip to main content
POST
/
v3
/
business-users
/
me
/
leave
Leave current business
curl --request POST \
  --url https://api.scalev.com/v3/business-users/me/leave \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "password": "<string>"
}
'
{
  "error": {},
  "error_code": "<string>",
  "message": "<string>",
  "errors": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
password
string
required

Response

Success with no response body