function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Nagarajan CNagarajan C 

Need to delete api log from batch class using rest api

Need to delete api log from batch class using rest api 

Using this composite SERVER_URL + '/services/data/v49.0/composite/sobjects?ids

But it is not allowing more than 200 records showing delet id reached maximum.

Can you please help me on this .

Thanks
C. Nagarajan
VinayVinay (Salesforce Developers) 
You can use Developer console to delete apex logs.  Check below reference.

https://help.salesforce.com/articleView?id=000333120&type=1&mode=1

Thanks,