Delete an inspection calendar

delete

/fscmRestApi/resources/11.13.18.05/publicSectorInspectionCalendars/{publicSectorInspectionCalendarsUniqID}

Request

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

    For example: publicSectorInspectionCalendars?q=CalendarId=<value1>;AgencyId=<value2>;InspectionType=<value3>;DistrictId=<value4>
Back to Top

Response

204 Response

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