/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
| Name | In | Type | Required | Enum | Default | Description |
|---|---|---|---|---|---|---|
X-ApiToken | header | string | yes | API token (e.g. your_api_token) | ||
X-AccountCode | header | string | yes | Account code (e.g. vclinic) | ||
id | path | string | yes | User ID or dash (-) for current user (e.g. 575) | ||
code | path | string | yes | Pharmacy code (e.g. 12834) |
200 — Successful deletionSuccess
{
"data": true
}
Machine-readable: OpenAPI JSON