Delete a claim that has not been released for processing. Claims can only be deleted if their submission_state is “created”. Once a claim has been released (submission_state is “released”), it cannot be deleted.
Access Mode Support: This endpoint works for both test and production claims. When using a production token, you can delete unreleased production claims. When using a test token, you can delete unreleased test claims. The token’s access mode determines which claims you can access and delete.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Claim successfully deleted. No content returned.