Delete a fact for a contractor validation option is not allowed

delete

/fscmRestApi/resources/11.13.18.05/publicSectorRegContractorOptions/{publicSectorRegContractorOptionsUniqID}/child/ContractorOptionFacts/{ContractorOptionFactsUniqID}

Request

Path Parameters
  • This is the hash key of the attributes which make up the composite key--- LicenseSetupCode, AgencyId and FactSection ---for the Contractor Option Facts resource and used to uniquely identify an instance of Contractor Option Facts. The client should not generate the hash key value. Instead, the client should query on the Contractor Option Facts collection resource with a filter on the primary key values in order to navigate to a specific instance of Contractor Option Facts.

    For example: ContractorOptionFacts?q=LicenseSetupCode=<value1>;AgencyId=<value2>;FactSection=<value3>
  • This is the hash key of the attributes which make up the composite key--- LicenseSetupCode and AgencyId ---for the Contractor Options resource and used to uniquely identify an instance of Contractor Options. The client should not generate the hash key value. Instead, the client should query on the Contractor Options collection resource with a filter on the primary key values in order to navigate to a specific instance of Contractor Options.

    For example: publicSectorRegContractorOptions?q=LicenseSetupCode=<value1>;AgencyId=<value2>
Back to Top

Response

204 Response

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