Request headers

Only registered user can perform this action
  Authentication - string - required
    Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"

Success response body

{
  "success": true,
  "message": "Invite was successfully declined."
}

Error response body

{
  "success": false,
  "message": "Invite not found"
}

Params

Param name Description
id
required

Current invite ID

Validations:

  • Must be a Integer