diff --git a/REST-DELETE-mailbox.md b/REST-DELETE-mailbox.md index 2524fa5..45cbb27 100644 --- a/REST-DELETE-mailbox.md +++ b/REST-DELETE-mailbox.md @@ -4,7 +4,7 @@ Purge contents of mailbox. ### URI -`DELETE /mailbox/{name}` +`DELETE /api/v1/mailbox/{name}` ### Params @@ -16,7 +16,7 @@ JSON encoded string "OK" ### Example -Request: `curl -i -H "Accept: application/json" -X DELETE http://localhost:9000/mailbox/swaks` +Request: `curl -i -H "Accept: application/json" -X DELETE http://localhost:9000/api/v1/mailbox/swaks` Response: