File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# Delete and Restore an Envelope
22#
3- # This script performs two sequential operations on a DocuSign envelope:
3+ # This script performs two sequential operations on a Docusign envelope:
44# 1. Deletes the envelope by moving it to the Recycle Bin.
55# 2. Pauses for user confirmation.
66# 3. Restores the envelope from the Recycle Bin to the Sent Items folder.
6060
6161echo " "
6262echo " Deleting the Envelope with ID: ${envelope_id} "
63- echo " Sending PUT request to DocuSign ..."
63+ echo " Sending PUT request to Docusign ..."
6464echo " Results:"
6565echo " "
6666
@@ -77,7 +77,7 @@ curl --header "Authorization: Bearer ${ACCESS_TOKEN}" \
7777
7878echo " "
7979echo " "
80- echo " The deleted envelope is now in your DocuSign Recycle Bin."
80+ echo " The deleted envelope is now in your Docusign Recycle Bin."
8181echo " You can check your web app to confirm the deletion."
8282
8383
@@ -90,7 +90,7 @@ read -p "Press Enter to proceed with restoring the envelope from the Recycle Bin
9090
9191echo " "
9292echo " Restoring the Envelope from Recycle Bin to the Sent Items folder."
93- echo " Sending PUT request to DocuSign ..."
93+ echo " Sending PUT request to Docusign ..."
9494echo " Results:"
9595echo " "
9696
@@ -108,5 +108,5 @@ curl --header "Authorization: Bearer ${ACCESS_TOKEN}" \
108108
109109echo " "
110110echo " "
111- echo " The envelope has been restored and is now in your DocuSign Sent Items folder."
111+ echo " The envelope has been restored and is now in your Docusign Sent Items folder."
112112echo " "
You can’t perform that action at this time.
0 commit comments