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": "a21afeab-4adf-433b-b4d2-be09353feb8c",
"CompanyId": "8a927780-b69e-442d-a428-85dfc5704102",
"TaskStatusTypeId": "14eae34f-11fe-4d6e-a148-a8edb2ceadb9",
"TaskStatusTypeName": "sample string 2",
"SourceSystemId": "sample string 3",
"TaskTypeId": "57424e8c-3616-4012-87bb-b32dd0dac676",
"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": "fd663041-ea9c-47cc-93bb-cfb65ee4a291",
"CompanyId": "bbb8ed19-42fb-471c-acfc-e906962008b4",
"TaskStatusTypeId": "0f1f8c23-4c1a-48b1-a44b-ce35d5330389",
"TaskStatusTypeName": "sample string 2",
"SourceSystemId": "sample string 3",
"TaskTypeId": "2f2b6aee-3afe-4a89-a8fb-f47c4567f507",
"TaskTypeName": "sample string 4",
"Description": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}