DELETE TaskStatusTypes

Deletes a task status type by its Id.

Request Information

URI Parameters

None.

Body Parameters

task status type to delete.

TaskStatusType
NameDescriptionTypeAdditional information
TaskStatusTypeId

globally unique identifier

None.

Name

string

None.

CompanyId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "TaskStatusTypeId": "1daa67c2-9286-4049-9f31-e64924da30e9",
  "Name": "sample string 1",
  "CompanyId": "9c87aaeb-c43c-4a6c-9cc3-4cd1cf78bd70"
}

Response Information

Resource Description

NameDescriptionTypeAdditional information
Data

Object

None.

Total

integer

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": {},
  "Total": 1,
  "Message": "sample string 2"
}