Follower not found

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

Hey Oliver,

This is a good point you brought up as it’s not that clear on the Reference page. You need to add the follower_id instead of the user_id (easy mistake). You can retrieve the follower_id from the List followers of an organization endpoint.