DELETE TaskCategories
Deletes the given task category.
Request Information
URI Parameters
None.
Body Parameters
Task category to delete
TaskCategoryName | 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": "76c0d955-1a22-46ed-934a-d82cd008456c", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "f9f067a5-88f7-474b-8f14-777b805d1fb8", "CreateDate": "2025-01-02T11:00:57.6648802-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-01-02T11:00:57.6648802-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" }