Prior Authorization
Cancel Prior Authorization
Cancel a prior authorization request.
The request must not already be in a terminal state (completed
, failed
,
or cancelled
). Optionally accepts a cancellation_reason
payload which
is stored for analytics.
POST
Overview
Cancel an in-progress prior authorization request.
This endpoint returns as error response if the prior authorization is already in a terminal state (e.g. completed, cancelled).
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
application/json
Request to cancel a prior authorization.
Response
200
application/json
Successfully cancelled a prior authorization
Represents the response structure for a POST /prior-authorization/:id/cancellation request.
This response is returned when a prior authorization is successfully cancelled.