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

200
application/json

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.