Delete a transaction type for a terms of use definition

delete

/fscmRestApi/resources/11.13.18.05/publicSectorTermsOfUses/{publicSectorTermsOfUsesUniqID}/child/TermsUsage/{TermsUsageUniqID}

Request

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

    For example: TermsUsage?q=AgencyId=<value1>;EffectiveEndDate=<value2>;EffectiveStartDate=<value3>;Product=<value4>;TermsUseId=<value5>
  • This is the hash key of the attributes which make up the composite key--- AgencyId, EffectiveEndDate, EffectiveStartDate and TermsUseId ---for the Terms Of Use Definitions resource and used to uniquely identify an instance of Terms Of Use Definitions. The client should not generate the hash key value. Instead, the client should query on the Terms Of Use Definitions collection resource with a filter on the primary key values in order to navigate to a specific instance of Terms Of Use Definitions.

    For example: publicSectorTermsOfUses?q=AgencyId=<value1>;EffectiveEndDate=<value2>;EffectiveStartDate=<value3>;TermsUseId=<value4>
Back to Top

Response

204 Response

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