DELETE NoteCategories
Deletes the given note category.
Request Information
URI Parameters
None.
Body Parameters
Note category to delete
NoteCategory| Name | Description | Type | Additional information |
|---|---|---|---|
| NoteCategoryId | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| SourceSystemId | string |
None. |
|
| CompanyId | globally unique identifier |
None. |
|
| CreateDate | date |
None. |
|
| CreateUser | string |
None. |
|
| LastModifiedDate | date |
None. |
|
| LastModifiedUser | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"NoteCategoryId": "a34f2e89-d28d-480d-93d5-ba36db66acdc",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "43eacf8f-8edc-4429-9c79-4c8c372150bf",
"CreateDate": "2026-01-16T04:30:56.0804576-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-16T04:30:56.0804576-08:00",
"LastModifiedUser": "sample string 5"
}
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Object |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {},
"Total": 1,
"Message": "sample string 2"
}