Skip to main content
POST
/
prior-authorization
/
{id}
/
prescription-transfer
/
cancel
Cancel Prescription Transfer By Id
curl --request POST \
  --url https://api.develophealth.ai/prior-authorization/{id}/prescription-transfer/cancel \
  --header 'Authorization: Bearer <token>'
{
  "status": "success"
}

Overview

Cancel an in-progress prescription transfer associated with a prior authorization request. Once canceled, no further processing of the transfer request will occur, including any attempts to confirm receipt of transferred prescriptions.

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

Successfully cancelled prescription transfer

Represents the response structure for a POST /prior-authorization/:id/prescription-transfer/cancel request.

This response is returned when a prior authorization is successfully cancelled.

status
default:success
Available options:
success
error
object
data
null
I