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": "16f1babb-6743-4b25-98e2-aa1ba3f73eeb",
"Name": "sample string 1",
"CompanyId": "8bdd07d3-172e-42a7-8f53-d2bfb8235f6b"
}
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"
}