Add DELETE endpoint

This commit is contained in:
Mark Burnett 2017-07-28 09:08:19 -05:00
parent 8671d4419d
commit 66f801db00
1 changed files with 8 additions and 0 deletions

View File

@ -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.