v6
latestOpenAPI 3.1.02026-08-052432373.8 MBCancel a Physical Check Batch
Cancel a pending Physical Check Batch, which cancels all of its related checks.
post/physical_check_batches/{physical_check_batch_id}/cancel
Path parameters
physical_check_batch_idstring required
The identifier of the pending Physical Check Batch to cancel.
Response
Physical Check Batch
Example response
{
"created_at": "2020-01-31T23:59:59Z",
"id": "physical_check_batch_yzdwjhdbw0in6191whce",
"idempotency_key": null,
"mailing_address": {
"city": "New York",
"line1": "33 Liberty Street",
"line2": null,
"name": "Ian Crease",
"phone": null,
"postal_code": "10045",
"state": "NY"
},
"return_address": {
"city": "New York",
"line1": "33 Liberty Street",
"line2": null,
"name": "National Phonograph Company",
"phone": null,
"postal_code": "10045",
"state": "NY"
},
"shipping_method": "usps_first_class",
"status": "pending",
"type": "physical_check_batch"
}