Interests Test
CRM/Interests/{interestId}
Delete an interest.

For bulk interest edits, consider the CRM/Interests/CreateOrUpdate batching resource which allows multiple interests to be created, updated, or removed in a single request.
Http Verb DELETE
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/CRM/Interests/{interestId}

URI Parameters

Parameter Name Data Type Required Notes
interestId integer Y

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 interestId has been marked as required. Required