Skip to main content
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

Authorization
string
header
required

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

Path Parameters

id
string
required

Body

application/json

Request to cancel a prior authorization.

cancellation_reason
string
required

Reason for cancellation. This is used for analytics purposes.

Minimum string length: 1

Response

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.

status
default:success
Available options:
success
error
ApiError · object
data
null