Skip to main content
DELETE
/
v1
/
prior-authorizations
/
{id}
Delete (soft) a prior authorization
curl --request DELETE \
  --url https://api.example.com/v1/prior-authorizations/{id} \
  --header 'X-API-Key: <api-key>'
{
  "id": "<string>",
  "deleted": true
}

Authorizations

X-API-Key
string
header
required

Path Parameters

id
string
required

Response

Successful Response

Standard response for DELETE endpoints: confirms the id and that it was deleted.

id
string
required
deleted
boolean
default:true