Skip to main content
POST
/
benefit-verification
/
{id}
/
cancel
Cancel Benefit Verification Route
curl --request POST \
  --url https://api.develophealth.ai/benefit-verification/{id}/cancel \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}
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

Successful Response