DELETE api/v1/NeedNotes/{needNoteId}
Delete specific Need Note.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| needNoteId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResponseModelOfNeedNoteModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | ApiResponseDataModelOfNeedNoteModel |
None. |
|
| Errors | Collection of string |
None. |
|
| Warnings | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"PageSize": 1,
"Page": 2,
"TotalPages": 3,
"TotalResults": 4,
"Results": {
"NeedNoteID": "e4a2767a-262d-45a2-b625-0708c795a894",
"NeedID": "f1b2a0be-5863-4f2e-9703-ee9b13ff65e0",
"AssignmentID": "f079b850-5b5d-4636-9844-35e4568c5a5c",
"CreateDate": "2026-03-10T17:31:11.498402-05:00",
"CreateUser": "sample string 4",
"CreateApp": "sample string 5",
"Note": "sample string 6",
"Version": "QEA=",
"ActionID": 1,
"Action": "sample string 7",
"DepartmentShiftID": 1,
"ShiftCode": "sample string 8"
}
},
"Errors": [
"sample string 1",
"sample string 2"
],
"Warnings": [
"sample string 1",
"sample string 2"
]
}