Delete a project parcel owner

delete

/fscmRestApi/resources/11.13.18.05/publicSectorProjects/{publicSectorProjectsUniqID}/child/ProjectParcel/{ParcelKey}/child/PrjParcelOwner/{OwnerKey}

Request

Path Parameters
  • The unique identifier for the project parcel owner.
  • The unique identifier for the project parcel.
  • This is the hash key of the attributes which make up the composite key--- AgencyId and ProjectCode ---for the Project Lists resource and used to uniquely identify an instance of Project Lists. The client should not generate the hash key value. Instead, the client should query on the Project Lists collection resource with a filter on the primary key values in order to navigate to a specific instance of Project Lists.

    For example: publicSectorProjects?q=AgencyId=<value1>;ProjectCode=<value2>
Back to Top

Response

204 Response

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