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": "69b984b9-dfac-416f-ad93-b06e2b9a5cb4",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "b696b20b-ed60-4bf2-a86e-1d97ac92d23d",
"CreateDate": "2026-03-03T08:08:27.6555414-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-03T08:08:27.6555414-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"
}