Delete linked organization department with user
URL : v3/api/user/remove_user_department/{userId}/{org_department_id}
HTTP Method : DELETE
Response
- Response Format: JSON
 - Returns JSON which contains below response
 
Sample JSON Success Response :
{
"success": true,
"message": "Department linked with user removed successfully"
}
Possible Errors/Failures:
{
"success":false,
"message":"No related data found"
}