Cancel Prior Auth Submission By Id
Prior Authorization
Cancel Prior Authorization
Cancel a prior authorization request.
The request must not already be in a terminal state (completed, failed,
or cancelled). Requires a cancellation_reason payload which is stored
for analytics.
POST
Cancel Prior Auth Submission By Id
Overview
Cancel an in-progress prior authorization request. This endpoint returns an 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.
Reason for cancellation. This is used for analytics purposes.
Minimum string length:
1Response
Successfully cancelled a prior authorization