https://{TheMangoClient}/api/collectionJobDelete
더망고 프로에서만 지원되는 기능입니다.
API Limit
| Rate Limit | 3 Request(s) / 1 Second(s) |
|---|---|
| Token Usage | 1 Token(s) / 1 Request |
Request
| Name | Required | Type | Description |
|---|---|---|---|
| jobIds | ⭕ | Array | 작업 ID
- 작업 ID를 Array 형태로 여러개 입력할 수 있습니다.
- 최대 20개 작업 ID를 한번에 입력할 수 있습니다. |
Response
| Name | Type | Description |
|---|---|---|
| data | Object | 응답 데이터 |
| + jobIds | Array | 작업 ID |
API Request Sample
curl --location 'https://{TheMangoClient}/api/collectionJobDelete' \
--header 'Authorization: Bearer XXXXXXXXXXXXXXXXXXXXXXXXX' \
--header 'Content-Type: application/json' \
--data '{
"jobIds": []
}'