Resources Test
EventsManagement/Resources/{id}?removeUsages={removeUsages}
Delete an existing Resource.
Http Verb DELETE
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/EventsManagement/Resources/{id}?removeUsages={removeUsages}

URI Parameters

Parameter Name Data Type Required Notes
id integer Y The id of the resource.
removeUsages boolean N When true, any associated schedules, assignments, or availability periods will be removed. When false, a bad request will be returned if any schedules, assignments, or availability periods are associated with the resource. Default is false is not passed.

Request Body

None.

No request body.

No response body. Please check http status code header for success (200 OK) or failure. It there are error(s), a collection of ErrorMessages will be returned.

No response body. Please check http status code header for success (200 OK) or failure. It there are error(s), a collection of ErrorMessages will be returned.

Change Version Description Contract Old New
Parameter Changed 15.0.0 id has been marked as required. Required