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": "bebe45fb-b4a1-4254-9e89-5f66dbf0e978",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "0575d4dc-de1e-469c-9330-1b095979f5c5",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "78b19cdb-559f-404f-ab0f-ace9e11722d8",
"CreateDate": "2026-02-02T18:05:02.5497763-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-02T18:05:02.5497763-08:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "81a1c2d7-ecad-469b-87bc-8e1d6678e22a",
"CreateDate": "2026-02-02T18:05:02.5497763-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-02T18:05:02.5497763-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"
}