Pharmacy API

delete /users/{id}/erx/pharmacies/{code}

Delete pharmacy

Base URL https://api.vseepreview.com/api_v3

Authentication: User Token — Requires a user access token from login or SSO.

Delete the specified pharmacy from the user profile

Parameters

NameInTypeRequiredEnumDefaultDescription
X-ApiTokenheaderstringyesAPI token (e.g. your_api_token)
X-AccountCodeheaderstringyesAccount code (e.g. vclinic)
idpathstringyesUser ID or dash (-) for current user (e.g. 575)
codepathstringyesPharmacy code (e.g. 12834)

Responses

200 — Successful deletion

Success

{
  "data": true
}

Machine-readable: OpenAPI JSON