3.7.4. /admin/{:ehr_id}/contribution

Methods to administrate the Contribution resource.

3.7.4.1. DELETE /admin/{:ehr_id}/contribution/{:contribution_id}

Remove an Contribution and related data physically from the database.

3.7.4.1.1. Request format

The request should be formatted as follows:

Headers

There are no headers required.

Body

No body required

3.7.4.1.2. Response format

The response will be formatted as follows:

Headers

There are no extra headers returned

Status Codes

Depending on several request conditions or errors during the request handling there will be on of the following status codes returned:

  • 204 (NO CONTENT) Contribution has been deleted successfully.
  • 404 (NOT FOUND) The Contribution with provided id cannot be found. This can also occur if the id is not in valid UID format.

Body

No body returned