deleteApexLogsViaBulkApi
deleteApexLogsViaBulkApi(
connection,logIds,pollTimeout):Promise<ApexLogsPurgeResult[]>
Defined in: packages/simply-apex-core/src/apexLogsPurge.ts:107
Deletes ApexLog records through a Bulk API v2 ingest job. The whole set goes up as one job
rather than in 200-record chunks, and the org processes it asynchronously without spending REST
request limit.
Parameters
Section titled “Parameters”connection
Section titled “connection”Connection
logIds
Section titled “logIds”string[]
pollTimeout
Section titled “pollTimeout”number
Returns
Section titled “Returns”Promise<ApexLogsPurgeResult[]>