หน้านี้ยังไม่พร้อมใช้งานในภาษาท้องถิ่นของคุณ เรากำลังพยายามอย่างหนักเพื่อเพิ่มเวอร์ชันภาษาอื่น ๆ เพิ่มเติม ขอบคุณสำหรับการสนับสนุนเสมอมา
- Service Overview
- User Guide
-
API Reference
- Before You Start
- Calling APIs
-
Platform APIs
-
Video Center
- Creating a Video Source
- Modifying a Video Source
- Deleting a Video Source
- Obtaining Details About a Video Source
- Obtaining Video Sources
- Creating a Video Source Group
- Deleting a Video Source Group
- Updating a Video Source Group
- Obtaining Details About a Video Source Group
- Obtaining Video Source Groups
- Task Center
- Algorithm Center
- Operation Center
-
Video Center
-
Algorithm APIs
-
Edge Service APIs
- Creating a People Flow Counting (Edge) Job
- Creating an Intrusion Detection (Edge) Job
- Creating an On-Duty Inspection (Edge) Job for Key Positions
- Creating an Abandoned Object Detection (Edge) Job
- Creating a Crowd Density Monitoring (Edge) Job
- Creating a Work Gear and Helmet Detection (Edge) Job
- Creating a Smoke and Fire Detection (Edge) Job
- Creating a Fight Detection (Edge) Job
- Creating a Shared Bicycle Detection (Edge) Job
- Creating an Individual Behavior Detection (Edge) Job
- Creating an Individual Action Detection (Edge) Job
- Creating a Mask Detection (Edge) Job
- Creating an Abnormal Parking Detection (Edge) Job
- Creating a Vehicle Detection (Edge) Job
- Creating a Fire Passage Obstruction Detection (Edge) Job
- Creating a Non-motorized Vehicle Detection (Edge) Job
- Creating a Trash Can Anomaly Detection (Edge) Job
- Creating an Overflowing Garbage Can Detection in Cities (Edge) Job
- Creating a Crowd Counting at High Altitudes (Edge) Job
- Creating a Target Attribute Recognition (Edge) Job
- Creating an E-bike Rider Helmet Detection (Edge) Job
- Creating an Umbrella Violation Detection (Edge) Job
- Creating an Advertisement Violation Detection (Edge) Job
- Creating a Messy Piles Detection (Edge) Job
- Creating a Clothes Airing Violation Detection (Edge) Job
- Creating a Littering Construction Waste Detection (Edge) Job
- Creating a Missing Manhole Cover Detection (Edge) Job
- Creating a Missing Manhole Cover Detection From a Dynamic Perspective (Edge) Job
- Creating an Urban Trash Detection (Edge) Job
- Creating an Urban Mobile Trash Detection (Edge) Job
- Creating an Urban Roadside Stall Detection (Edge) Job
- Creating an Exposed Bare Soil Detection (Edge) Job
- Creating a Wrong-Way Driving Detection (Edge) Job
- Creating a Speeding Detection at High Altitudes (Edge) Job
- Creating a Vehicle Counting at High Altitudes (Edge) Job
- Creating a Vessel Intrusion Detection (Edge) Job
- Creating a Floating Debris Detection (Edge) Job
- Creating a Drainage Outlet Monitoring (Edge) Job
- Creating a River Water Level Gauge Reading (Edge) Job
- Creating a Waterlogging Detection (Edge) Job
-
Cloud Service APIs
- Creating a People Flow Counting (Cloud) Job
- Creating an Intrusion Detection (Cloud) Job
- Creating an On-Duty Inspection (Cloud) Job for Key Positions
- Creating an Abandoned Object Detection (Cloud) Job
- Creating a Crowd Density Monitoring (Cloud) Job
- Creating a Work Gear and Helmet Detection (Cloud) Job
- Creating a Smoke and Fire Detection (Cloud) Job
- Creating a Fight Detection (Cloud) Job
- Creating a Shared Bicycle Detection (Cloud) Job
- Creating an Individual Behavior Detection (Cloud) Job
- Creating an Individual Action Detection (Cloud) Job
- Creating a Mask Detection (Cloud) Job
- Creating an Abnormal Parking Detection (Cloud) Job
- Creating a Vehicle Detection (Cloud) Job
- Creating a Fire Passage Obstruction Detection (Cloud) Job
- Creating a Non-motorized Vehicle Detection (Cloud) Job
- Creating a Trash Can Anomaly Detection (Cloud) Job
- Creating an Overflowing Garbage Can Detection in Cities (Cloud) Job
- Creating a Crowd Counting at High Altitudes (Cloud) Job
- Creating a Target Attribute Recognition (Cloud) Job
- Creating an E-bike Rider Helmet Detection (Cloud) Job
- Creating an Umbrella Violation Detection (Cloud) Job
- Creating an Advertisement Violation Detection (Cloud) Job
- Creating a Messy Piles Detection (Cloud) Job
- Creating a Clothes Airing Violation Detection (Cloud) Job
- Creating a Littering Construction Waste Detection (Cloud) Job
- Creating a Missing Manhole Cover Detection (Cloud) Job
- Creating a Missing Manhole Cover Detection From a Dynamic Perspective (Cloud) Job
- Creating an Urban Trash Detection (Cloud) Job
- Creating an Urban Mobile Trash Detection (Cloud) Job
- Creating an Urban Roadside Stall Detection (Cloud) Job
- Creating an Exposed Bare Soil Detection (Cloud) Job
- Creating a Vessel Intrusion Detection (Cloud) Job
- Creating a Floating Debris Detection (Cloud) Job
- Creating a Drainage Outlet Monitoring (Cloud) Job
- Creating a River Water Level Gauge Reading (Cloud) Job
- Creating a Waterlogging Detection (Cloud) Job
- Public APIs
-
Edge Service APIs
-
Alarm Information
- People Flow Counting
- Intrusion Detection
- Staff On-Duty Detection
- Abandoned Object Detection
- Crowd Density Monitoring
- Safety Suite Detection
- Fire and Smoke Detection
- Fight Detection
- Shared Bicycle Detection
- Individual Behavior Detection
- Individual Action Detection
- Mask Wearing Detection
- Abnormal Parking
- Vehicle Detection
- Fire Passage Obstruction Detection
- Non-motorized Vehicle Detection
- Trash Can Anomaly Detection
- Overflowing Garbage Can Detection in Cities
- Peak Crowd Counting
- Target Attribute Recognition
- E-bike Rider Helmet Detection
- Umbrella Violation Detection
- Advertisement Violation Detection
- Messy Piles Detection
- Clothes Airing Violation Detection
- Littering Construction Waste Detection
- Missing Manhole Cover Detection
- Missing Manhole Cover Detection From a Dynamic Perspective
- Urban Trash Detection
- Urban Mobile Trash Detection
- Urban Roadside Stall Detection
- Exposed Bare Soil Detection
- Wrong-Way Driving Detection
- Peak Speeding Detection
- Peak Vehicle Counting
- Vessel Intrusion Detection
- Floating Debris Detection
- Drainage Outlet Monitoring
- Water Level Gauge Reading
- Standing Water Detection
- Cyanobacteria Identification
- Common Parameters
- Appendix
- Change History
- FAQs
- General Reference
Copied.
Deleting a Batch Task
Function
This API is used to delete a batch task.
URI
DELETE /v2/{project_id}/batch-tasks/{id}
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
project_id |
Yes |
String |
Project ID. For details, see Obtaining a Project ID and Name. |
id |
Yes |
String |
Batch task ID |
Request Parameters
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
X-Auth-Token |
Yes |
String |
User token. For details about how to obtain a user token, see Authentication. |
Response Parameters
Status code: 200
Parameter |
Type |
Description |
---|---|---|
total_count |
Integer |
Total number of tasks |
failed_count |
Integer |
Number of failed tasks |
succeed_count |
Integer |
Number of successfully executed tasks |
id |
String |
Batch task ID |
error_list |
Array of strings |
Error information list |
Status code: 400
Parameter |
Type |
Description |
---|---|---|
error_code |
String |
Error code |
error_msg |
String |
Error description |
detail |
String |
Error details |
params |
Array of strings |
Error parameters Array Length: 0 - 1 |
reason |
String |
Error cause |
advice |
String |
Suggestion |
Status code: 500
Parameter |
Type |
Description |
---|---|---|
error_code |
String |
Error code |
error_msg |
String |
Error description |
detail |
String |
Error details |
params |
Array of strings |
Error parameters Array Length: 0 - 1 |
reason |
String |
Error cause |
advice |
String |
Suggestion |
Example Requests
This request is used to delete the batch task whose ID is {id}.
https://xxxxt/v2/xxx/batch-tasks/xxx?
Example Responses
Status code: 200
Response to a batch operation request
{ "total_count" : 2, "failed_count" : 0, "succeed_count" : 2, "id" : "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "error_list" : [ ] }
Status Codes
Status Code |
Description |
---|---|
200 |
Response to a batch operation request |
400 |
Request error |
500 |
Internal error |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot