DELETE api/groups/{groupid}/drugprofiles/{drugprofileid}/drugprofiledosageforms/{id}
Deletes a single drug profile DosageForm for a specific group and drug profile.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
groupid |
The group ID associated with the drug profile. |
integer |
Required |
drugprofileid |
The drug profile ID. |
integer |
Required |
id |
The ID of the DosageForm 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.