Skip to main content
Participant
September 20, 2018
Answered

What is the ETag value for If-Match param to use the DELETE /agreements/{agreementId}/documents

  • September 20, 2018
  • 2 replies
  • 2465 views

Need help on the Adobe Esign Rest issue .

https://secure.na2.echosign.com/public/docs/restapi/v6#!/agreements/deleteDocuments

In order to delete all doc of my id , I not sure the If-Match param value to be sent.

What are the value that I need to send for this ? What is the available or correct listed ETag  value and where to retrieve it ?

I tried to put "DELETE " but getting this as response {   "code": "RESOURCE_MODIFIED",   "message": "Resource is already modified with newer version" }

It not deleting the doc. Help please

This topic has been closed for replies.
Correct answer Meenakshi Negi

Hi Sujisha,

Sorry for the delay in response.

I have checked that you are using the Adobe Sign Developer account.

If you are still experiencing an issue with the Rest API, I would suggest you contact the Adobe Sign pre-sales team.

They will be able to provide pre-sales technical assistance to you.

Please refer to this link Adobe Sign plans for individuals and businesses | Adobe Document Cloud to get in contact with them.

Let us know if you have any questions.

Regards,

Meenakshi

2 replies

Meenakshi Negi
Meenakshi NegiCorrect answer
Legend
November 6, 2018

Hi Sujisha,

Sorry for the delay in response.

I have checked that you are using the Adobe Sign Developer account.

If you are still experiencing an issue with the Rest API, I would suggest you contact the Adobe Sign pre-sales team.

They will be able to provide pre-sales technical assistance to you.

Please refer to this link Adobe Sign plans for individuals and businesses | Adobe Document Cloud to get in contact with them.

Let us know if you have any questions.

Regards,

Meenakshi

romainl745608
Participating Frequently
November 2, 2018

Hi, for you information, the ETag is an ID of an agreement's version. You can find it in the Header Response when you call "GET /agreements/{agreementId}"

like this :

"Etag": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"

Regards,

Romain.