DELETE api/pharmacyheadquarters/{headquarterID}/codes/{id}
Deletes a Pharmacy Headquarter Code.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
headquarterID |
The Pharmacy Headquarter Identifier. |
integer |
Required |
id |
The Pharmacy Headquarter Code Identifier 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.