ANABOX smart
API ReferenceMedicationsMedicationid
DELETE
/medications/{medicationId}
x-api-key<token>

API key for authentication

In: header

Path Parameters

medicationIdstring

A valid MongoDB ObjectId

Response Body

application/json

curl -X DELETE "https://api.memo.wirewire.de/v1/medications/682fd0d7d4a6325d9d45b86d"
{
  "id": "string",
  "name": "string",
  "organization": "string",
  "meta": {
    "property1": null,
    "property2": null
  },
  "date": "2019-08-24T14:15:22Z"
}