계약서 태그를 삭제할 수 있는 API를 제공합니다.
DELETE
Method: DELETE Endpoint: kit-api/v1/contracts/tags
...kit-api/v1/contracts/tags/1462
{ "ok": true // api 성공 시 }
{ "ok": false, // api 실패 시 "message": "error message", "errorCode": "ERROR_CODE" }
Last updated 1 year ago