For the complete documentation index, see llms.txt. This page is also available as Markdown.

전자서명 템플릿 삭제 API

전자서명 템플릿을 삭제할 수 있는 API를 제공합니다.

DELETE kit-api/v1/signature-templates/[key]

  • Method: DELETE

  • Endpoint: kit-api/v1/signature-templates/[key]

  • Param: key는 전자서명 템플릿의 id(숫자) 혹은 slug(문자)를 의미

Example

...kit-api/v1/signature-templates/4328

Request Path 파라미터

Key
Description
Required

key

삭제할 전자서명 템플릿의 id(숫자) 혹은 slug(문자) 식별값

yes

Response

Webhook

전자서명 템플릿이 삭제되면 SIGNATURE_TEMPLATE_DELETED 웹훅 이벤트가 발송됩니다. 이 이벤트는 계약서 태그 필터와 상관없이, 해당 이벤트를 구독한 웹훅에 발송됩니다.

Status Code
Error Code
Description

403

FORBIDDEN_USER

전자서명 템플릿 편집 권한이 없어 삭제할 수 없는 경우

404

NOT_FOUND_SIGNATURE_TEMPLATE

전자서명 템플릿이 존재하지 않는 경우

Last updated