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": "95300539-04a0-49c7-8f4e-879ec7166654",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "10e9fac1-638f-4ce2-8b7e-db2bb7e4e8b5",
"CreateDate": "2026-08-12T11:15:28.5825856-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-12T11:15:28.5825856-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"
}