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": "02b66a1e-613b-4f26-b598-3625fad1e1dd",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "2a799625-902f-4832-8eec-e5c5cd7d9a58",
"CreateDate": "2025-12-30T08:52:31.8067921-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-30T08:52:31.8067921-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"
}