Integration Profiles don't properly cascade deleteDescriptionIntegration Profiles don't properly cascade deleteSimilar to the below error can be observed when tried to create an Integration profilejava.sql.BatchUpdateException: (conn=114032) Duplicate entry '2e319086-9a26-46a3-865f-615bed576786_app' for key 'name'Steps to Reproduce Delete an Integration Profile and try re-creating itWorkaroundThe above error is because we don't cascade delete oauth_entity records.So when we re-create, it triggers the Business rule which attempts a duplicate insert and restricts it.The possible workaround is to delete associated oauth_entity record from the OAuth table before re-creating Integration ProfileRelated Problem: PRB1393507