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": "2eea771e-5546-498a-a30b-1487bf96afcd",
"CompanyId": "0d09ec2f-e8a8-47b7-89fd-d912caf32769",
"TaskStatusTypeId": "5e3d4461-3cd3-4a87-9e1e-05dbc272bfc1",
"TaskStatusTypeName": "sample string 2",
"SourceSystemId": "sample string 3",
"TaskTypeId": "86b79db4-e5f0-4e95-bdf4-78ea28bd0e9b",
"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": "e6deed4d-03e8-4934-8e5e-63c59170e6a2",
"CompanyId": "263dce37-e4cd-4738-b993-4c622e301338",
"TaskStatusTypeId": "3b1b1291-95ef-4992-82a0-b146d4919bcc",
"TaskStatusTypeName": "sample string 2",
"SourceSystemId": "sample string 3",
"TaskTypeId": "8814b1b7-7855-4a1a-9895-d14b7b826eb9",
"TaskTypeName": "sample string 4",
"Description": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}