DELETE api/Tasks/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Task| Name | Description | Type | Additional information |
|---|---|---|---|
| taskId | globally unique identifier |
None. |
|
| customerId | globally unique identifier |
None. |
|
| fieldId | globally unique identifier |
None. |
|
| materialId | globally unique identifier |
None. |
|
| protocolId | globally unique identifier |
None. |
|
| statusId | globally unique identifier |
None. |
|
| createdDate | date |
None. |
|
| executionDate | date |
None. |
|
| executionTeam | string |
None. |
|
| pilotId | globally unique identifier |
None. |
|
| approvedExecutionDate | date |
None. |
|
| approvedStatusId | globally unique identifier |
None. |
|
| scheduledDate | date |
None. |
|
| scheduledTeam | string |
None. |
|
| executionStatusId | globally unique identifier |
None. |
|
| Customer | Customer |
None. |
|
| Material | Material |
None. |
|
| Pilot | Pilot |
None. |
|
| Status | Status |
None. |
|
| Field | Field |
None. |
|
| Protocol | Protocol |
None. |
|
| ApprovedStatus | Status |
None. |
|
| ExecutionStatus | Status |
None. |
Response Formats
application/json, text/json
Sample:
{
"taskId": "7202a429-44db-4933-8456-075d32c7bc5d",
"customerId": "24ecdd63-b794-4aa8-ac1d-b23990350951",
"fieldId": "374d1f5a-602b-4cd8-96dd-17f16f225d34",
"materialId": "157c45b7-b44b-4e84-87a2-7706e01bf39c",
"protocolId": "9c3a9cc3-e597-4d33-9ef7-ed8bdc34b8d2",
"statusId": "7bee558e-10fd-4e08-9dfa-2d0cb558c0b7",
"createdDate": "2026-03-20T18:43:46.0818858+00:00",
"executionDate": "2026-03-20T18:43:46.0818858+00:00",
"executionTeam": "sample string 8",
"pilotId": "6a7a8872-748d-4ef5-9b84-2296854642c1",
"approvedExecutionDate": "2026-03-20T18:43:46.0818858+00:00",
"approvedStatusId": "8a26becb-286d-4953-a60e-8f4582fff4fc",
"scheduledDate": "2026-03-20T18:43:46.0818858+00:00",
"scheduledTeam": "sample string 9",
"executionStatusId": "f4558f2b-b044-4d5e-897b-b3aa4b49b404",
"Customer": {
"customerId": "d96feddc-09ca-4a96-ad22-32249ec17d20",
"name": "sample string 2",
"phone": "sample string 3",
"email": "sample string 4",
"dateCreated": "2026-03-20T18:43:46.0818858+00:00"
},
"Material": {
"materialId": "ca6bc330-63f5-4803-963d-ccdc55255a6f",
"name": "sample string 2",
"createdDate": "2026-03-20T18:43:46.0818858+00:00"
},
"Pilot": {
"pilotId": "57a72ab5-b7b2-4c91-b997-16ce868b1e13",
"name": "sample string 2",
"pilotTypeId": "26e73c20-d3f8-4fb3-aad2-3fcb197c35c5",
"phone": "sample string 4",
"isLicenseGimel": true,
"isLicenseRT": true,
"createdDate": "2026-03-20T18:43:46.0818858+00:00",
"PilotType": {
"pilotTypeId": "77547477-8dc5-412b-8cec-d2d1b3962894",
"name": "sample string 2"
}
},
"Status": {
"statusId": "a152a45a-07c0-40f5-8f02-dbca0a85ece0",
"name": "sample string 2",
"createdDate": "2026-03-20T18:43:46.0818858+00:00"
},
"Field": {
"fieldId": "4012a44f-3885-453a-9fa0-2076ca5158bd",
"customerId": "39809731-2387-4acf-a624-1dad4fdb32cb",
"coordinates": "sample string 3",
"cropName": "sample string 4",
"plotNumber": "sample string 5",
"plantingYear": 1,
"createdDate": "2026-03-20T18:43:46.0818858+00:00",
"fullyLoaded": true,
"moagId": "sample string 6",
"isDeleted": true,
"areaSquareMeters": 1.1,
"Customer": {
"customerId": "d96feddc-09ca-4a96-ad22-32249ec17d20",
"name": "sample string 2",
"phone": "sample string 3",
"email": "sample string 4",
"dateCreated": "2026-03-20T18:43:46.0818858+00:00"
}
},
"Protocol": {
"protocolId": "22c73b21-eec5-4b43-9be5-c0bcf297e03b",
"name": "sample string 2",
"materialId": "9b5d479e-4ed8-4bb7-88d6-a313719f13fc",
"marginSpace": 4.1,
"rowSpace": 5.1,
"dunamVolume": 1.1,
"activeIngredientVolume": 1.1,
"waterVolume": 1.1,
"createdDate": "2026-03-20T18:43:46.0818858+00:00",
"payloadId": "fb292fa4-5dcd-46db-bd36-e820714ce66c",
"nozzle": "sample string 6",
"Material": {
"materialId": "ca6bc330-63f5-4803-963d-ccdc55255a6f",
"name": "sample string 2",
"createdDate": "2026-03-20T18:43:46.0818858+00:00"
},
"Payload": {
"payloadId": "786cf872-0cbe-4a1f-97dc-09831ab820bf",
"name": "sample string 2",
"createdDate": "2026-03-20T18:43:46.0818858+00:00"
}
},
"ApprovedStatus": {
"statusId": "a152a45a-07c0-40f5-8f02-dbca0a85ece0",
"name": "sample string 2",
"createdDate": "2026-03-20T18:43:46.0818858+00:00"
},
"ExecutionStatus": {
"statusId": "a152a45a-07c0-40f5-8f02-dbca0a85ece0",
"name": "sample string 2",
"createdDate": "2026-03-20T18:43:46.0818858+00:00"
}
}
text/html
Sample:
{"taskId":"7202a429-44db-4933-8456-075d32c7bc5d","customerId":"24ecdd63-b794-4aa8-ac1d-b23990350951","fieldId":"374d1f5a-602b-4cd8-96dd-17f16f225d34","materialId":"157c45b7-b44b-4e84-87a2-7706e01bf39c","protocolId":"9c3a9cc3-e597-4d33-9ef7-ed8bdc34b8d2","statusId":"7bee558e-10fd-4e08-9dfa-2d0cb558c0b7","createdDate":"2026-03-20T18:43:46.0818858+00:00","executionDate":"2026-03-20T18:43:46.0818858+00:00","executionTeam":"sample string 8","pilotId":"6a7a8872-748d-4ef5-9b84-2296854642c1","approvedExecutionDate":"2026-03-20T18:43:46.0818858+00:00","approvedStatusId":"8a26becb-286d-4953-a60e-8f4582fff4fc","scheduledDate":"2026-03-20T18:43:46.0818858+00:00","scheduledTeam":"sample string 9","executionStatusId":"f4558f2b-b044-4d5e-897b-b3aa4b49b404","Customer":{"customerId":"d96feddc-09ca-4a96-ad22-32249ec17d20","name":"sample string 2","phone":"sample string 3","email":"sample string 4","dateCreated":"2026-03-20T18:43:46.0818858+00:00"},"Material":{"materialId":"ca6bc330-63f5-4803-963d-ccdc55255a6f","name":"sample string 2","createdDate":"2026-03-20T18:43:46.0818858+00:00"},"Pilot":{"pilotId":"57a72ab5-b7b2-4c91-b997-16ce868b1e13","name":"sample string 2","pilotTypeId":"26e73c20-d3f8-4fb3-aad2-3fcb197c35c5","phone":"sample string 4","isLicenseGimel":true,"isLicenseRT":true,"createdDate":"2026-03-20T18:43:46.0818858+00:00","PilotType":{"pilotTypeId":"77547477-8dc5-412b-8cec-d2d1b3962894","name":"sample string 2"}},"Status":{"statusId":"a152a45a-07c0-40f5-8f02-dbca0a85ece0","name":"sample string 2","createdDate":"2026-03-20T18:43:46.0818858+00:00"},"Field":{"fieldId":"4012a44f-3885-453a-9fa0-2076ca5158bd","customerId":"39809731-2387-4acf-a624-1dad4fdb32cb","coordinates":"sample string 3","cropName":"sample string 4","plotNumber":"sample string 5","plantingYear":1,"createdDate":"2026-03-20T18:43:46.0818858+00:00","fullyLoaded":true,"moagId":"sample string 6","isDeleted":true,"areaSquareMeters":1.1,"Customer":{"customerId":"d96feddc-09ca-4a96-ad22-32249ec17d20","name":"sample string 2","phone":"sample string 3","email":"sample string 4","dateCreated":"2026-03-20T18:43:46.0818858+00:00"}},"Protocol":{"protocolId":"22c73b21-eec5-4b43-9be5-c0bcf297e03b","name":"sample string 2","materialId":"9b5d479e-4ed8-4bb7-88d6-a313719f13fc","marginSpace":4.1,"rowSpace":5.1,"dunamVolume":1.1,"activeIngredientVolume":1.1,"waterVolume":1.1,"createdDate":"2026-03-20T18:43:46.0818858+00:00","payloadId":"fb292fa4-5dcd-46db-bd36-e820714ce66c","nozzle":"sample string 6","Material":{"materialId":"ca6bc330-63f5-4803-963d-ccdc55255a6f","name":"sample string 2","createdDate":"2026-03-20T18:43:46.0818858+00:00"},"Payload":{"payloadId":"786cf872-0cbe-4a1f-97dc-09831ab820bf","name":"sample string 2","createdDate":"2026-03-20T18:43:46.0818858+00:00"}},"ApprovedStatus":{"statusId":"a152a45a-07c0-40f5-8f02-dbca0a85ece0","name":"sample string 2","createdDate":"2026-03-20T18:43:46.0818858+00:00"},"ExecutionStatus":{"statusId":"a152a45a-07c0-40f5-8f02-dbca0a85ece0","name":"sample string 2","createdDate":"2026-03-20T18:43:46.0818858+00:00"}}