Delete a record parcel address owner

delete

/fscmRestApi/resources/11.13.18.05/publicSectorRecords/{LnpRecordKey}/child/RecordParcelAddressOwner/{RecordParcelAddressOwnerUniqID}

Request

Path Parameters
  • The unique identifier for a record. The record is for a permit, business license, professional license, or planning and zoning, and is determined by the classification.
  • This is the hash key of the attributes which make up the composite key--- ParcelKey, AddressKey and OwnerKey ---for the Record Parcel Address Owners resource and used to uniquely identify an instance of Record Parcel Address Owners. The client should not generate the hash key value. Instead, the client should query on the Record Parcel Address Owners collection resource with a filter on the primary key values in order to navigate to a specific instance of Record Parcel Address Owners.

    For example: RecordParcelAddressOwner?q=ParcelKey=<value1>;AddressKey=<value2>;OwnerKey=<value3>
Back to Top

Response

204 Response

No content. This task does not return elements in the response body.
Back to Top