DELETE TaskTypes
Deletes the given task type, including all tasks of that type.
Request Information
URI Parameters
None.
Body Parameters
Task type to delete
TaskType| Name | Description | Type | Additional information |
|---|---|---|---|
| TaskTypeId | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| CustomStatuses | boolean |
None. |
|
| Fields | Collection of TaskTypeField |
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:
{
"TaskTypeId": "8452fda2-043f-4f31-8e60-5f41d0884ee1",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "9e15fea6-122b-4cf5-a2dd-4c78e71d6ee9",
"Section": {
"TaskTypeSectionId": "39a3887b-e20f-4fea-8ae6-0474901a4585",
"Name": "sample string 1",
"Label": "sample string 2",
"DisplayOrder": 1,
"IsRepeatable": true,
"VisibleExpression": "sample string 4",
"SourceSystemId": "sample string 5"
},
"Name": "sample string 1",
"Label": "sample string 2",
"Description": "sample string 3",
"DataType": {
"DataTypeId": "e9247c6e-f693-428b-90a1-b481d2c1eaa2",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "15e3cc3c-7190-4495-aa3e-c64e09800859",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "3ea7de24-f5ad-480e-a8d8-13da8b29021c",
"CreateDate": "2026-08-06T20:43:07.7987871-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-06T20:43:07.7987871-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "f198ac5b-8bb3-4792-87b0-b1f828f69fe4",
"FieldId": "d8920098-f82a-4f32-a630-c89461fa7fd3",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "f198ac5b-8bb3-4792-87b0-b1f828f69fe4",
"FieldId": "d8920098-f82a-4f32-a630-c89461fa7fd3",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"ValueExpression": "sample string 5",
"RequiredExpression": "sample string 6",
"IsAttachment": true,
"DefaultValueExpression": "sample string 8",
"IsMultiline": true,
"IsRepeatable": true,
"VisibleExpression": "sample string 11",
"SourceSystemId": "sample string 12"
},
{
"TaskTypeFieldId": "9e15fea6-122b-4cf5-a2dd-4c78e71d6ee9",
"Section": {
"TaskTypeSectionId": "39a3887b-e20f-4fea-8ae6-0474901a4585",
"Name": "sample string 1",
"Label": "sample string 2",
"DisplayOrder": 1,
"IsRepeatable": true,
"VisibleExpression": "sample string 4",
"SourceSystemId": "sample string 5"
},
"Name": "sample string 1",
"Label": "sample string 2",
"Description": "sample string 3",
"DataType": {
"DataTypeId": "e9247c6e-f693-428b-90a1-b481d2c1eaa2",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "15e3cc3c-7190-4495-aa3e-c64e09800859",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "3ea7de24-f5ad-480e-a8d8-13da8b29021c",
"CreateDate": "2026-08-06T20:43:07.7987871-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-06T20:43:07.7987871-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "f198ac5b-8bb3-4792-87b0-b1f828f69fe4",
"FieldId": "d8920098-f82a-4f32-a630-c89461fa7fd3",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "f198ac5b-8bb3-4792-87b0-b1f828f69fe4",
"FieldId": "d8920098-f82a-4f32-a630-c89461fa7fd3",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"ValueExpression": "sample string 5",
"RequiredExpression": "sample string 6",
"IsAttachment": true,
"DefaultValueExpression": "sample string 8",
"IsMultiline": true,
"IsRepeatable": true,
"VisibleExpression": "sample string 11",
"SourceSystemId": "sample string 12"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "a413caca-f2e0-402a-8f8a-4ae34a4414fa",
"CreateDate": "2026-08-06T20:43:07.7987871-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-06T20:43:07.7987871-07:00",
"LastModifiedUser": "sample string 7"
}
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"
}