cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP CDC Delete account options

0 Likes
1,597

Hello Experts,

Can we delete the account from CDC system? Can you please tell me the ways?

I know the manual one where we can go into user profile through identity access and delete the account manually.

Also, I know the REST API call options accounts.deleteAccount(Full Account) and accounts.deleteLiteAccount (Lite Account) which get call from client-server.

I was going through the webhooks, where we can give the notification to the server after account delete event.

Is there any way to delete account using webhook from CDC system side?

Thanks,

Kalyaani

Accepted Solutions (1)

Accepted Solutions (1)

romaingorrias
Product and Topic Expert
Product and Topic Expert

Hi Kalyaani,

You've listed all the ways to delete accounts in CDC. Webhooks are events triggered after specific actions on the platform, they do not themselves perform actions.

If you want to delete an account in CDC based on a CDC webhook notification, this will have to be implemented by leveraging the REST APIs you listed using an API gateway of your choice implementing the logic of listening for webhook events and applying your business logic.

Regards,

Romain

0 Likes

Thanks Romain 🙂

Answers (0)