is the endpoint ‘remove a follower from an organization’ really working ?
DELETE /organizations/{id}/followers/{follower_id}
I get a ‘Follower not found’ error but the user id is definitly in the followers list.
I tried with another follower and the same error occurs.
Yes, I used the live API test tools that’s here
https://developers.pipedrive.com/docs/api/v1/#!/Organizations/delete_organizations_id_followers_follower_id
And yes, everything els I’ve tested so far is working.
Thanks for you help