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": "5e59ecd0-8396-4622-89ea-62080119e42c",
  "CompanyId": "6e4da0a6-e3df-43ee-be81-f23e3fd665dc",
  "TaskStatusTypeId": "94d13499-b52a-429f-908d-7a5ecc15ad60",
  "TaskStatusTypeName": "sample string 2",
  "SourceSystemId": "sample string 3",
  "TaskTypeId": "8cc48e1e-cadf-4d17-befb-309de2b0b89c",
  "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": "af895027-dff1-43e0-8255-dc7666c0dd3d",
    "CompanyId": "a6beb0e8-b81d-47d1-8fc4-25fffdf4515f",
    "TaskStatusTypeId": "d62a004d-ddc2-4d68-9c0a-bf2f346c0759",
    "TaskStatusTypeName": "sample string 2",
    "SourceSystemId": "sample string 3",
    "TaskTypeId": "b234c089-d651-4767-af75-bf50cac66096",
    "TaskTypeName": "sample string 4",
    "Description": "sample string 5"
  },
  "Total": 1,
  "Message": "sample string 1"
}