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": "0bb6bd3d-d49a-48fe-8a52-a8b1da0e037b",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "9568b3c2-6016-41c4-b6f7-0b18702e1bf9",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "28531656-4cb1-43b1-aa3f-8c254c1f0966",
"CreateDate": "2026-01-26T00:02:42.4907602-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-01-26T00:02:42.4907602-08:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "7be2619a-4709-411e-976a-250a51a24218",
"CreateDate": "2026-01-26T00:02:42.4907602-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-26T00:02:42.4907602-08: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"
}