cancel
Showing results for 
Search instead for 
Did you mean: 

Can I delete data throught Web Service?

former_member200889
Participant
0 Kudos

Hi experts,

I create a Web Service on my custom business object use SDK.

I can create, update, read operation C4C data on ERP system.

Is there a delete operation, let me delete Cloud system data in ERP system?

Best regards,

Daniel.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Daniel,

Just create a new action that calls the function this.Delete(); then add that action to the web service

Thanks,

Will

Answers (1)

Answers (1)

former_member186648
Active Contributor
0 Kudos

Hi Daniel,

To Delete you should ues Update operation itself, but with actionCode 03 in the request.

Thanks, Pradeep.