Hi,
I'm coding the retrieve a fax document by powershell of REST API.
this is my understading that after comleting a retrieve fax documents, need to delete a fax docoment which also means to update a status for a job id of retrieving fax.
I'm considering a troubleshooting flow that if the powershell failed to delete a fax, I need to retry to delete it.
Can I update the status of one job id in OpenText MyPortal(GUI) or need to excute a powershell for deleting a fax?