Delete a job group function

delete

/fscmRestApi/resources/11.13.18.05/publicSectorJobGroups/{publicSectorJobGroupsUniqID}/child/JobGrpFunc/{JobGrpFuncUniqID}

Request

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

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

    For example: publicSectorJobGroups?q=AgencyId=<value1>;JobFuncGrpId=<value2>
Back to Top

Response

204 Response

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