This event is triggered whenever a batch is deleted.

Payload (object)

  • batchId (string) Batch id
  • payorId (string) Payor id

{
  batchId: 'string',
  payorId: 'string'
}