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": "910c4b3c-9168-44f6-a38f-fadf6812f856",
"Name": "sample string 1",
"CompanyId": "b713bd6e-8cd5-44d3-b28b-0429867e4198"
}
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"
}