We're using the DocuSign SDK (version 3.3.0) and utilizing webhooks to receive the various envelope and recipient events.
Similar to DocuSign, we have given a option to delete an envelope in our application. Since there is no webhook notification once a envelope is moved to deleted bin. And also there is a field called deleted_date_time in get_envelope method (which provides the envelope details) and there is no status change, which are not updated once the envelope is being removed from the deleted bin.
Can anyone please help me in how to make sure the envelope has been removed from the deleted bin?