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": "89003dcf-e3ce-457d-9a1c-0f3f1d41f130",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "f67a82de-045a-4c28-8f11-f23d4333609f",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "a46c951a-5cc0-43b2-af30-c561bb2e53f2",
"CreateDate": "2026-08-04T17:26:29.8004815-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-04T17:26:29.8004815-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "fd0592e3-3889-4d6f-9e73-d8d7e7aa2ec6",
"CreateDate": "2026-08-04T17:26:29.8004815-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-04T17:26:29.8004815-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"
}