Providing you have suitable access control permissions, you can remove the built-in transaction types and/or sides provided with LUSID.
Note: Once removed, there is no way to recover these artifacts.
Using the LUSID REST API
Call the DeleteTransactionTypeSource API, passing in the API access token and specifying the
defaultscope anddefaultsource in the URL, for example:curl -X DELETE 'https://<your-domain>.lusid.com/api/api/transactionconfiguration/types/default/$delete?scope=default' -H 'Authorization: Bearer <your-API-access-token>'Call the
DeleteTransactionTypeSourceAPI again, specifying thedefaultscope again and this time thealt1source.Call the SetSideDefinitions API, specifying the
defaultscope and sending an empty API request, for example:curl -X PUT 'https://<your-domain>.lusid.com/api/api/transactionconfiguration/sides?scope=default' -H 'Content-Type: application/json-patch+json' -H 'Authorization: Bearer <your-API-access-token>' -d '[]'