Skip to main content
POST
/
v3
/
business-users
/
me
/
deny-invitation
Deny current business invitation
curl --request POST \
  --url https://api.scalev.com/v3/business-users/me/deny-invitation \
  --header 'Authorization: Bearer <token>'
{
  "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.

Response

Success with no response body