cURL
curl --request POST \ --url https://api.develophealth.ai/prior-authorization/{id}/prescription-transfer/cancel \ --header 'Authorization: Bearer <token>'
{ "status": "success", "error": { "title": "<string>", "description": "<string>", "code": "<string>" }, "data": "<unknown>" }
Cancel the prescription transfer for a prior authorization with NDP submission.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
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.
success
Show child attributes