2015-01-23 7 views
0

봉투에서 특정 수신자를 삭제하려고합니다. 나는 약간의 자바 프로그램을 작성하고 다양한 DELETE 요청을했지만, 나는 항상 다시 오류가 발생 :뿐만 아니라Java에서 Rest API로 수신자 삭제

baseURL + "/envelopes/" + envelopeId + "/recipients/"+recipientId; 
and no body 

:

baseURL + "/envelopes/" + envelopeId + "/recipients/" 
with body="<recipients xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns=\"http://www.docusign.com/restapi\"><agents><agent><recipientId>"+recipientId+"</recipientId></agent></agents></recipients>"; 

<errorCode>INVALID_REQUEST_BODY</errorCode> 
    <message>The request body is missing or improperly formatted. <signers xmlns=''> was not expected.</message> 

내가이 요청을 시도

두 가지 모두 성공하지 못했습니다.

답변

관련 문제