diff --git a/REST-DELETE-message.md b/REST-DELETE-message.md index ef8df8b..225647e 100644 --- a/REST-DELETE-message.md +++ b/REST-DELETE-message.md @@ -4,7 +4,7 @@ Delete specific message in mailbox. ### URI -`DELETE /mailbox/{name}/{id}` +`DELETE /api/v1/mailbox/{name}/{id}` ### Params @@ -17,7 +17,7 @@ JSON encoded string "OK" ### Example -Request: `curl -i -H "Accept: application/json" -X DELETE http://localhost:9000/mailbox/swaks/20131015T161202-0000` +Request: `curl -i -H "Accept: application/json" -X DELETE http://localhost:9000/api/v1/mailbox/swaks/20131015T161202-0000` Response: