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
NameDescriptionTypeAdditional 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": "5e4ff53a-a041-4499-8991-8f533ab99fdc",
  "Name": "sample string 1",
  "SourceSystemId": "sample string 2",
  "CompanyId": "fc179d27-b0cf-481d-89c8-d82e221435c2",
  "CreateDate": "2024-04-26T02:21:10.5038065-07:00",
  "CreateUser": "sample string 4",
  "LastModifiedDate": "2024-04-26T02:21:10.5038065-07:00",
  "LastModifiedUser": "sample string 5"
}

Response Information

Resource Description

NameDescriptionTypeAdditional information
Data

Object

None.

Total

integer

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": {},
  "Total": 1,
  "Message": "sample string 2"
}