POST
/
api
/
v2
/
clearinghouse
/
claim
/
{claimId}
/
cancel
import SampleHealthcare from 'samplehc';

const client = new SampleHealthcare({
  apiKey: process.env['SAMPLEHC_API_KEY'], // This is the default and can be omitted
});

const response = await client.v2.clearinghouse.claim.cancel('claimId');

console.log(response);
"<any>"

Path Parameters

claimId
string
required

The unique identifier of the claim to cancel

Response

200
application/json

Cancellation submission response from the payer