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": "c21d82cb-dcfe-4a5d-9bf1-7a8228fa03fe",
"CompanyId": "a37c9b39-b583-40bc-bf05-31a4ce75ae55",
"TaskStatusTypeId": "0c468bf6-4efe-40d8-b259-bdb14c7595ea",
"TaskStatusTypeName": "sample string 2",
"SourceSystemId": "sample string 3",
"TaskTypeId": "fd8421fa-4861-41ff-91e6-68d84f1094bf",
"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": "1eb174c2-c444-4ddd-b54a-3baddc92e9d5",
"CompanyId": "7be4b2fa-b43d-4c26-8cc5-56e9c7a8ae92",
"TaskStatusTypeId": "2150b84d-28a1-495a-b6de-6456bd068dbf",
"TaskStatusTypeName": "sample string 2",
"SourceSystemId": "sample string 3",
"TaskTypeId": "def5b30e-e7ee-44ed-8386-e0f6fe3d30b7",
"TaskTypeName": "sample string 4",
"Description": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}