DELETE
/
public
/
v1
/
prior-authorizations
/
{prior_authorization_id}
curl --request DELETE \
  --url https://api.silnahealth.com/public/v1/prior-authorizations/{prior_authorization_id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.
This API is in Beta! Please be prepared to adapt to a new schema with limited notice if you choose to integrate.

Authorizations

Authorization
string
header
required

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

Path Parameters

prior_authorization_id
string
required

Response

204

OK