서명 요청 취소

완료 전 서명요청을 취소합니다.

문서 id를 이용하여 서명 요청을 취소

PUT rest/api/documents/{id}/cancel

Headers

Name
Type
Description

apikey*

String

발급된 api key

Path Parameters

Name
Type
Description

id*

Number

문서 id

Request Body

Name
Type
Description

cancelMsg*

String

요청사유

Response Example

{
    result:"success"
}

Last updated