Addresses Test
CRM/Addresses/{addressId}
Delete an address along with all the phones attached to the address. Primary address for a Constituent cannot be deleted.
Http Verb DELETE
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/CRM/Addresses/{addressId}

URI Parameters

Parameter Name Data Type Required Notes
addressId 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 addressId has been marked as required. Required