REST API - Delete all records in child object vs Delete one record in child object
Summary
Possible?Content
Hey,
If we want to delete all records in child object of Account or Contact, I know we can use Batch Action to include all child records or call APIs like below for each individual child record.
/crmRestApi/resources/11.13.18.05/accounts/{PartyNumber}/child/CustomerClassification/{CodeAssignmentId}
/crmRestApi/resources/11.13.18.05/accounts/{PartyNumber}/child/ContactPoint/{ContactPointId}
Is it possible to have a single call to delete all contact points or all customer classifications?
Thanks,
Adam
Version
20B
Tagged:
0