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": "d1e69954-8302-443e-ae48-c1a7f4949d1e",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "88410e72-15a7-4d3c-bf37-d0522458f31c",
"CreateDate": "2026-03-23T20:46:00.1294192-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-23T20:46:00.1294192-07: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"
}