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": "46d07750-d2f8-41ac-9f4f-66809e5271c4",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "bcb5b5a6-4b5b-4e92-a6ff-72f6e54b0ef4",
"CreateDate": "2026-07-21T00:24:40.7074304-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-07-21T00:24:40.7074304-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"
}