Skip to main content
DELETE
/
trn
/
validate
/
batch
/
{batchId}
Delete the request of batch of tax registration numbers validation
curl --request DELETE \
  --url https://rest.taxes.provider.com/api/v1/trn/validate/batch/{batchId} \
  --header 'Authorization: <api-key>'
{
  "batchId": "qwerty12345",
  "message": "successfully deleted"
}
{
"message": "Unexpected error during processing the request."
}
{
"status": "DOWN",
"version": "1.0.0",
"description": "The service is unhealthy. Several components are down.",
"components": [
{
"id": "app-db-memory",
"name": "Application Database Memory Usage",
"type": "DATABASE",
"status": "UP"
},
{
"id": "adapter-server",
"name": "Adapter API Server",
"type": "ADAPTER",
"status": "DOWN"
},
{
"id": "service-server",
"name": "API Server",
"type": "API",
"status": "DOWN"
}
],
"time": "2022-11-01T05:12:08.131Z"
}

Authorizations

Authorization
string
header
required

The json of all the parameters specified in authentication configuration of tax app will be sent by Chargebee.

Path Parameters

batchId
string
required

The unique batch request identifier.

Response

Successfully deleted the request of batch of tax registration numbers validation.

Response to delete the batch request

batchId
string
required

Id of the batch request

message
string

Message about deleting of batch request