Hi All,
I see a way to delete call logs for users using
delete /phone/users/{userId}/call_history/{callLogId}
but I dont see any path to deleting the call history for a common area phone
I tried using the user endpoint by passing in the common area phone id into the userId but I only get 403 errors telling me I dont have the permissions to do so.
The scopes I am using contain all user and phone scopes.
If anyone has any ideas on what to do here, I would appreciate the advice.