/
/Fonoa API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1mo ago · Updated 1mo ago
Instant Lookup1
Lookup V15
Lookup V29
  • postRequest a validation
  • getGet result of validation
  • deleteDelete result of validation
  • postRequest a batch validation
  • getGet result of batch validation
  • deleteDelete all validations that belong to the batch
  • postCancel running Batch Validation
  • postRequest a TIN search
  • getGet TIN search results
Tax1
  • getGet a list of transactions
  • postSubmit a transaction
  • getGet a transaction
  • getGet transaction history
  • postCredit a transaction
  • postCancel a transaction
  • postBackfill a reported transaction
  • postAdjust a transaction
  • getGet a list companies
  • postOnboard a company
  • getGet onboarding job status
  • getGet company details
  • putUpdate a company
  • deleteDelete a company
  • patchUpdate company details
  • postOnboard an individual
  • getGet individual details
  • deleteDelete an individual
  • patchUpdate individual details
  • postSubmit a business response
Lookup V2

Delete all validations that belong to the batch

This endpoint allows the deletion of a batch resource and all its validations. All validations in the batch must be finished (not running) for it to get deleted.

delete/lookup/v2/batch-validations/{batch_id}

Response

The batch and validations were deleted.

batch_idstring required

Changes