DELETE v2/ranches/{ranchGuid}/wells/{wellId}.json
Deletes a well from a ranch
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
wellId | integer |
Required |
|
ranchGuid | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
SuccessResponseName | Description | Type | Additional information |
---|---|---|---|
Message |
Response message |
string |
None. |
Response Formats
application/json, text/json, text/html
Sample:
{ "Message": "sample string 1" }
application/xml, text/xml
Sample:
<SuccessResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Message>sample string 1</Message> </SuccessResponse>