How to remove a Proof Reviewer through API? | Community
Skip to main content
nfo
New Participant
July 21, 2025
Solved

How to remove a Proof Reviewer through API?

  • July 21, 2025
  • 2 replies
  • 309 views

Hi All,

 

I'd like to remove a reviewer from a proofing workflow through Fusion.

ProofHQ API is exposing a deleteProofReviewer() method. It is described as a way to "Remove the reviewer from the proof. By design, the creator and owner of a proof cannot be removed"

deleteProofReviewer() argument list only requires the User ID, no Proof file_id....?
Tried to add a File_id argument but no luck.
 
Tried to reproduce the UI feature: doing a POST to https://workflowmanagement.my.workfront.adobe.com/proof/file/deleterecipients adding a WF sessionID as parameter or header, no luck either.
 
Is there a way to remove a user from a proofing workflow?

 

Thank you!
 
nico
Best answer by nfo

Solved - deleteProofReviewer() is working knowing that reviewerID is the ID of a Reviewer object, not userID

2 replies

nfo
nfoAuthorAccepted solution
New Participant
July 24, 2025

Solved - deleteProofReviewer() is working knowing that reviewerID is the ID of a Reviewer object, not userID

nfo
nfoAuthor
New Participant
July 21, 2025

Hmm found this one: deleteTemplateStageRecipients()

Will give it a try....
nfo
nfoAuthor
New Participant
July 21, 2025

No working.

Our workflows are not based on templates, there are automated, dynamically created.

Can't find no way to edit reviewers of an automated workflow : /