CheckMATE에서 봇을 삭제할 때 사용되는API 입니다.

BotDelete API Key Detail (Request)

name

type

Description

COMP_CD

string

회사코드

EMP_NO

string

사번

BOT_ID

int

수정할 봇 ID

BotDelete API & Examples

POST

http://{server ip:port}/api/BotDelete

Request

Content-Type: application/json

{

  • "COMP_CD":"SYMATION",
  • "EMP_NO":"User",
  • "BOT_ID":2

}


Response

성공 : {"result":1}

정보 오류 : {"result":0}

실패 : {"result":-1}

Created with the Personal Edition of HelpNDoc: Create HTML Help, DOC, PDF and print manuals from 1 single source