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": "45ff7176-5af8-4b3f-9faf-82a0fc7b082d",
"Name": "sample string 1",
"CompanyId": "7850e6ed-4444-45e4-9dc4-9f019cbcc4b6"
}
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"
}