DELETE TaskStatusTypeTaskType
Deletes a task status type by its Id.
Request Information
URI Parameters
None.
Body Parameters
Id of the task status type
TaskStatusTypeTaskType| Name | Description | Type | Additional information |
|---|---|---|---|
| TaskStatusTypeTaskTypeId | globally unique identifier |
None. |
|
| CompanyId | globally unique identifier |
None. |
|
| TaskStatusTypeId | globally unique identifier |
None. |
|
| TaskStatusTypeName | string |
None. |
|
| SourceSystemId | string |
None. |
|
| TaskTypeId | globally unique identifier |
None. |
|
| TaskTypeName | string |
None. |
|
| Description | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TaskStatusTypeTaskTypeId": "3ba6045f-5b52-402e-81af-6aaff06e0f65",
"CompanyId": "a96410b5-eff7-4c05-9e0f-29b77f466fbd",
"TaskStatusTypeId": "e11e76e0-a0df-490d-88e3-35288af737d4",
"TaskStatusTypeName": "sample string 2",
"SourceSystemId": "sample string 3",
"TaskTypeId": "d3e1d16f-2a90-4993-87a0-ab7c7dfe1c44",
"TaskTypeName": "sample string 4",
"Description": "sample string 5"
}
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | TaskStatusTypeTaskType |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"TaskStatusTypeTaskTypeId": "84eaaa58-c3c6-499d-a26e-124ff72b0343",
"CompanyId": "fadd8957-0376-4871-ab47-998e54f351ff",
"TaskStatusTypeId": "9e1fc37b-f370-4efb-a44e-9b4bd585e683",
"TaskStatusTypeName": "sample string 2",
"SourceSystemId": "sample string 3",
"TaskTypeId": "0da2434d-3c3c-4ac3-a778-c09bfbd5afe7",
"TaskTypeName": "sample string 4",
"Description": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}