Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
SOLVED

How to remove a Proof Reviewer through API?

Avatar

Level 3
Level 3

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
1 Accepted Solution

Avatar

Correct answer by
Level 3
Level 3

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

View solution in original post

3 Replies

Avatar

Level 3
Level 3

Hmm found this one: deleteTemplateStageRecipients()

Will give it a try....

Avatar

Level 3
Level 3

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 : / 

Avatar

Correct answer by
Level 3
Level 3

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