Accounts Test
CRM/Accounts/{accountId}?transactionOrigin={transactionOrigin}&overrideDeleteProtection={overrideDeleteProtection}
Removes an account.
Http Verb DELETE
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/CRM/Accounts/{accountId}?transactionOrigin={transactionOrigin}&overrideDeleteProtection={overrideDeleteProtection}

URI Parameters

Parameter Name Data Type Required Notes
accountId integer Y
transactionOrigin string Y Text indicating the origin of the transaction. The text will be written to T_PAYMENT_GATEWAY_ACTIVITY.origin if payment card tokenization is enabled. Max of 20 characters, will be truncated if longer.
overrideDeleteProtection boolean N If payment card tokenization is enabled and multiple constituents are using the same token, the token cannot be deleted at the processor. Set to true to override this behavior and delete the token anyway.

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.1.0 accountId has changed from String to int String int
Parameter Changed 15.1.0 accountId has been marked as required. Required
Parameter Changed 15.1.0 transactionOrigin has been marked as required. Required
Parameter Added 15.1.0 overrideDeleteProtection has changed from String to Boolean String Boolean