DELETE v2/lots/{lotId}.json

Deletes a planting area from ranch

Request Information

URI Parameters

NameDescriptionTypeAdditional information
lotId

integer

Required

Body Parameters

None.

Response Information

Resource Description

SuccessResponse
NameDescriptionTypeAdditional 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>