DELETE api/drugprofiles/{drugprofileid}/drugprofilerouteofadministrations/{id}
Deletes a single global drug profile RouteOfAdministration by ID for a given drug profile.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
drugprofileid |
The drug profile ID associated with the RouteOfAdministration. |
integer |
Required |
id |
The ID of the drug profile RouteOfAdministration to delete. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
An http status indicating the status of the delete request
IHttpActionResultNone.
Response Formats
application/json, text/json, application/json-patch+json
Sample:
Sample not available.