POST
/
benefit-verification
/
{id}
/
cancel
curl --request POST \
  --url https://api.develophealth.ai/benefit-verification/{id}/cancel \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Cancel an in-progress benefit verification. Cancelling a benefit verification request will stop the verification process and prevent any further updates.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

204
_mintlify/placeholder

Successful Response