DELETE StatusTypes
Deletes the given status type, including all statuses of that type.
Request Information
URI Parameters
None.
Body Parameters
Status type to delete
StatusType| Name | Description | Type | Additional information |
|---|---|---|---|
| StatusTypeId | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| IsProducing | boolean |
None. |
|
| IsInjecting | boolean |
None. |
|
| AssetType | AssetType |
None. |
|
| SourceSystemId | string |
None. |
|
| CompanyId | globally unique identifier |
None. |
|
| CreateDate | date |
None. |
|
| CreateUser | string |
None. |
|
| LastModifiedDate | date |
None. |
|
| LastModifiedUser | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"StatusTypeId": "cace93f3-c222-44d3-bc8b-7f22745dc0b8",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "2432ba7a-8893-4bf1-b804-f71ff6a36529",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "70e3b79a-208c-4d96-b673-b1524d5a2f37",
"CreateDate": "2026-07-15T13:20:57.4379582-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-07-15T13:20:57.4379582-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "f41566b0-59f4-483f-a791-503959bf749c",
"CreateDate": "2026-07-15T13:20:57.4379582-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-15T13:20:57.4379582-07:00",
"LastModifiedUser": "sample string 7"
}
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"
}