DELETE WellTestExcludeFromProductionReasonTypes
Deletes the given well test exclude from production reason type, including all well tests of that type.
Request Information
URI Parameters
None.
Body Parameters
Well test exclude from production reason type to delete
WellTestExcludeFromProductionReasonType| Name | Description | Type | Additional information | 
|---|---|---|---|
| WellTestExcludeFromProductionReasonTypeId | globally unique identifier | 
                             None.  | 
                |
| Name | string | 
                             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:
{
  "WellTestExcludeFromProductionReasonTypeId": "75808bf3-fb25-4686-a219-54f871150337",
  "Name": "sample string 1",
  "SourceSystemId": "sample string 2",
  "CompanyId": "82fa7f3c-81d7-40b4-9a90-3e957c1bd82e",
  "CreateDate": "2025-11-04T05:34:09.0505288-08:00",
  "CreateUser": "sample string 4",
  "LastModifiedDate": "2025-11-04T05:34:09.0505288-08:00",
  "LastModifiedUser": "sample string 5"
}
        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"
}