계약서 태그 삭제 API

계약서 태그를 삭제할 수 있는 API를 제공합니다.

DELETE kit-api/v1/contracts/tags

Method: DELETE Endpoint: kit-api/v1/contracts/tags

Example

...kit-api/v1/contracts/tags/1462

Response

{
  "ok": true // api 성공 시
}

{
  "ok": false, // api 실패 시
  "message": "error message",
  "errorCode": "ERROR_CODE"
}

Last updated