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": "117a5e43-76a9-4ee5-af31-f47d91e15b66",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "531517fe-9850-4b0a-8029-902cbc59bdda",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "f8ea8db3-c222-4934-9843-425538b5aa74",
"CreateDate": "2026-08-24T21:34:53.0180366-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-24T21:34:53.0180366-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "0048853f-78a5-4a99-9632-4f871c139932",
"CreateDate": "2026-08-24T21:34:53.0180366-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-24T21:34:53.0180366-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"
}