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": "f801f7b1-90ce-46d4-be5c-2c7b25d1edda",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "f5e20028-3d74-461a-aba0-e2500d3d9bb2",
"CreateDate": "2025-11-04T16:57:20.3989394-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-04T16:57:20.3989394-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"
}