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": "95832eed-85da-4fe3-be01-5b7d250a325e",
"CompanyId": "a05d127f-707e-4ae4-8f4c-06d0ca3233c3",
"TaskStatusTypeId": "52b8b9d8-c111-40c9-a735-caf6ed941ce6",
"TaskStatusTypeName": "sample string 2",
"SourceSystemId": "sample string 3",
"TaskTypeId": "c71275f1-095d-435a-96d7-b5d41ae6d6c7",
"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": "b4b51cda-704d-4e40-ab8d-9424055d26ad",
"CompanyId": "0e37de21-08e2-42ee-8911-9200fe8c2cb4",
"TaskStatusTypeId": "efc97678-9d56-478b-9dbb-1b024d31be4b",
"TaskStatusTypeName": "sample string 2",
"SourceSystemId": "sample string 3",
"TaskTypeId": "ee1c50da-d8f6-4441-8bfd-11f88f9432fb",
"TaskTypeName": "sample string 4",
"Description": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}