Delete custom drugs bulk
Deletes ALL organization-level custom drugs for the organization. Irreversible. Requires confirm=true.
Documentation Index
Fetch the complete documentation index at: https://docs.parchmenthealth.io/llms.txt
Use this file to discover all available pages before exploring further.
Integration Notes
- Scope Requirement: Your API token must include the
delete:custom_drugscope. - Confirmation required: You must pass
?confirm=true. Without it the request returns400and nothing is deleted. - Scope of effect: Removes all organization-level drugs (
ORGANIZATION#{organization_id}). User-level drugs are not affected.
Example Request
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Organization secret for authentication - provided by Parchment
Path Parameters
Organization ID
Query Parameters
Must be true to confirm the destructive wipe
true Response
All organization custom drugs deleted
Indicates if the request was successful
true
HTTP status code
200
Human-readable success message
"Success"
Response payload data
ISO 8601 timestamp of the response
"2024-01-15T10:30:00.000Z"
Unique identifier for request tracing
"req_1705312200000_abc123"
Pagination information for list operations

