Remove manager from Customer Account

  • Method: POST

  • URL: /api/v1/customer-accounts/{id}/remove_manager/

request.json
{
    "license_user_id": 3420
}

Was this helpful?