DELETE api/Findings/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Finding| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| TaxaId | decimal number |
None. |
|
| form | string |
None. |
|
| sampleId | integer |
None. |
|
| comment | string |
None. |
|
| status | string |
None. |
|
| count | string |
None. |
|
| storage | string |
None. |
|
| groupTypeId | string |
None. |
|
| groupId | string |
None. |
|
| hide | integer |
None. |
|
| lastChanged | date |
None. |
|
| reportable | integer |
None. |
|
| internalComment | string |
None. |
|
| interestingNote_ap | string |
None. |
|
| reported_ap | date |
None. |
|
| dyntaxaId | integer |
None. |
|
| uncertain | boolean |
None. |
|
| introduced | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"TaxaId": 1.1,
"form": "sample string 2",
"sampleId": 1,
"comment": "sample string 3",
"status": "sample string 4",
"count": "sample string 5",
"storage": "sample string 6",
"groupTypeId": "sample string 7",
"groupId": "sample string 8",
"hide": 1,
"lastChanged": "2025-12-15T01:40:09.8575767+01:00",
"reportable": 1,
"internalComment": "sample string 9",
"interestingNote_ap": "sample string 10",
"reported_ap": "2025-12-15T01:40:09.8575767+01:00",
"dyntaxaId": 1,
"uncertain": true,
"introduced": true
}