Delete a document group category

delete

/fscmRestApi/resources/11.13.18.05/publicSectorDocumentGroups/{publicSectorDocumentGroupsUniqID}/child/DocumentGroupCategory/{DocumentGroupCategoryUniqID}

Request

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

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

    For example: publicSectorDocumentGroups?q=AgencyId=<value1>;DocumentGroupId=<value2>
Back to Top

Response

204 Response

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