How to cancel an agreement waiting for signature using the API
We're automating our adobe sign process via API and have it working perfectly. However, sometimes an agreement (quote) will expire after 30 days without ever getting signed. Since the agreement was created via API, we want a way to cancel it via API and I cannot find a call to do so in the API. I feel certain this must be a thing you can do. What am I missing? There is an option to change visibility. Might this be the way? You can do this manually when you log in so that usually means there is a way to do it via API. If you know the call, please share with me.
Could this be it? put /agreements/{agreementId}/me/visibility
