DELETE TaskStatusTypes
Deletes a task status type by its Id.
Request Information
URI Parameters
None.
Body Parameters
task status type to delete.
TaskStatusTypeName | 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": "428e085e-f300-4469-8b5e-50da92749848", "Name": "sample string 1", "CompanyId": "adbfa913-590d-42a3-881f-f6d3d8dbaf77" }
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" }