Delete a user level theme assignment plan

delete

/fscmRestApi/resources/11.13.18.05/publicSectorRegistryThemeAssignments/{publicSectorRegistryThemeAssignmentsUniqID}/child/UserThemeAssignments/{UserThemeAssignmentsUniqID}

Request

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

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

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

Response

204 Response

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