QueueDelete
아직 실행되지 않은 큐를 삭제하는 API 입니다.
QueueDelete API Key Detail (Request)
QueueDelete API & Examples
POST
http://{server ip:port}/api/QueueDelete
Request
Content-Type: application/json
{
- "QUE_ID":"60165"
}
Response
Content-Type: application/json
{
- "result": "ok",
- "code": 1,
- "data": 1
}
name |
type |
Description |
result |
string |
결과 [성공: "ok", 실패: "fail", 오류: "error"] |
code |
int |
결과코드 [성공: 1, 실패: 0, 오류: -1 or -44] |
data |
int |
결과 데이터 [결과코드와 같음] |
Created with the Personal Edition of HelpNDoc: Write EPub books for the iPad