From 66f801db00908cdce55a47410766e84568085d2c Mon Sep 17 00:00:00 2001 From: Mark Burnett Date: Fri, 28 Jul 2017 09:08:19 -0500 Subject: [PATCH] Add DELETE endpoint --- docs/design.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/design.md b/docs/design.md index 612175a2..de86740a 100644 --- a/docs/design.md +++ b/docs/design.md @@ -863,3 +863,11 @@ errors: ``` This endpoint uses the `read_validation` action. + +### DELETE `/docuemnts/{{schema}}/{{name}}` + +Delete the specified document. This is equivalent to posting a tombstone for +the document. + +This endpoint uses the `write_cleartext_document` and +`write_encrypted_document` actions.