DELETE TaskCategories
Deletes the given task category.
Request Information
URI Parameters
None.
Body Parameters
Task category to delete
TaskCategory| Name | Description | Type | Additional information |
|---|---|---|---|
| TaskCategoryId | 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:
{
"TaskCategoryId": "9a5b47df-0553-4052-b2e5-0a7850e00f7d",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "428ed529-9a0d-4b49-9c5c-266bc7f11f8a",
"CreateDate": "2026-07-13T23:58:14.9096151-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-07-13T23:58:14.9096151-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"
}