DELETE TaskStatusTypes
Deletes a task status type by its Id.
Request Information
URI Parameters
None.
Body Parameters
task status type to delete.
TaskStatusType| Name | Description | Type | Additional information | 
|---|---|---|---|
| TaskStatusTypeId | globally unique identifier | None. | |
| Name | string | None. | |
| CompanyId | globally unique identifier | None. | 
Request Formats
application/json, text/json
            Sample:
{
  "TaskStatusTypeId": "5055be94-6d0b-427a-bded-2d376d08d4b4",
  "Name": "sample string 1",
  "CompanyId": "f3e945b3-7bff-4482-a28d-1307738b04e8"
}
        Response Information
Resource Description
| Name | Description | Type | Additional information | 
|---|---|---|---|
| Data | Object | None. | |
| Total | integer | None. | |
| Message | string | None. | 
Response Formats
application/json, text/json
            Sample:
{
  "Data": {},
  "Total": 1,
  "Message": "sample string 2"
}