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": "528fcb31-3b4e-433b-a1a5-fd4a7c28ce3f",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "0271463a-66b4-4971-b851-70b22ec6624e",
"CreateDate": "2026-01-05T16:33:19.428474-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-05T16:33:19.428474-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"
}