UpgradeCategories Test
ReferenceData/UpgradeCategories/{id}
Delete an existing Upgrade Category.
Http Verb DELETE
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/UpgradeCategories/{id}

URI Parameters

Parameter Name Data Type Required Notes
id integer Y The id of the resource to be deleted.

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 Added 15.0.0 id has changed from String to int String int
Parameter Changed 15.0.0 id has been marked as required. Required