DELETE
/
trn
/
validate
/
batch
/
{batchId}
curl --request DELETE \
  --url https://rest.taxes.provider.com/api/v1/trn/validate/batch/{batchId} \
  --header 'Authorization: Bearer <token>'
{
  "batchId": "qwerty12345",
  "message": "successfully deleted"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

batchId
string
required

The unique batch request identifier.

Response

200
application/json
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