diff --git a/website/source/docs/vagrant-cloud/api.html.md.erb b/website/source/docs/vagrant-cloud/api.html.md.erb index 693d42fe3..5b6d17ae1 100644 --- a/website/source/docs/vagrant-cloud/api.html.md.erb +++ b/website/source/docs/vagrant-cloud/api.html.md.erb @@ -106,6 +106,7 @@ Vagrant Cloud may respond with the following response codes, depending on the st ##### **200** OK ##### **201** Created +##### **204** No Content #### Client Errors @@ -361,6 +362,48 @@ Responds [`200 OK`](#200-ok) if the authentication request was successful, other +### Delete a token + +`DELETE /api/v1/authenticate` + +Responds [`204 OK`](#204-no-content) if the deletion request was successful, otherwise responds [`401 Unauthorized`](#401-unauthorized). + +#### Example Request + +