DELETE TaskStatusTypeTaskType
Deletes a task status type by its Id.
Request Information
URI Parameters
None.
Body Parameters
Id of the task status type
TaskStatusTypeTaskTypeName | Description | Type | Additional information |
---|---|---|---|
TaskStatusTypeTaskTypeId | globally unique identifier |
None. |
|
CompanyId | globally unique identifier |
None. |
|
TaskStatusTypeId | globally unique identifier |
None. |
|
TaskStatusTypeName | string |
None. |
|
SourceSystemId | string |
None. |
|
TaskTypeId | globally unique identifier |
None. |
|
TaskTypeName | string |
None. |
|
Description | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "TaskStatusTypeTaskTypeId": "1c1da9fc-3916-4b2e-80b6-5724aa219daf", "CompanyId": "ed31bf89-0124-465a-b2c8-a9f700eaae52", "TaskStatusTypeId": "30d80182-1313-4aef-b3ab-8005e8e95e58", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "73d9ee24-fa11-4a6f-a107-66d13cce0b26", "TaskTypeName": "sample string 4", "Description": "sample string 5" }
Response Information
Resource Description
Name | Description | Type | Additional information |
---|---|---|---|
Data | TaskStatusTypeTaskType |
None. |
|
Total | integer |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": { "TaskStatusTypeTaskTypeId": "64537d33-9dae-4bf2-a01d-f2919947a4e3", "CompanyId": "f62aaeeb-8a8c-4f0c-b2d0-1e24eaf6d9ef", "TaskStatusTypeId": "489c9b50-efaf-4154-9f23-7003fd542376", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "6f2e423c-8a8e-421b-8431-fd9ce33c8176", "TaskTypeName": "sample string 4", "Description": "sample string 5" }, "Total": 1, "Message": "sample string 1" }