DELETE api/drugprofiles/{drugprofileid}/drugprofileddids/{id}

Deletes a single global drug profile DDID by ID for a given drug profile.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
drugprofileid

The drug profile ID associated with the DDID.

integer

Required

id

The ID of the drug profile DDID to delete.

integer

Required

Body Parameters

None.

Response Information

Resource Description

An http status indicating the status of the delete request

IHttpActionResult

None.

Response Formats

application/json, text/json, application/json-patch+json

Sample:

Sample not available.