DELETE
/
api
/
v1
/
prescribers
/
{prescriber_id}
/
supervisors
/
{mapping_id}
curl --request DELETE \
  --url https://api.byblend.com/api/v1/prescribers/{prescriber_id}/supervisors/{mapping_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Supervisor relationship removed successfully"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

prescriber_id
string
required

Unique (UUID) identifier for the prescriber

mapping_id
string
required

Unique (UUID) identifier for the supervisorial relationship

Response

200 - application/json

Supervisorial relationship removed successfully

The response is of type object.