diff --git a/documentation/api/PostActionDelete.markdown b/documentation/api/PostActionDelete.markdown
index 731ecdbf..7dfa0913 100644
--- a/documentation/api/PostActionDelete.markdown
+++ b/documentation/api/PostActionDelete.markdown
@@ -58,7 +58,7 @@ _N/A_
The response is in a standard [response envelope](http://theopenphotoproject.org/documentation/api/Envelope).
* _message_, A string describing the result. Don't use this for anything but reading.
-* _code_, _200_ on success
+* _code_, _204_ on success
* _result_, boolean
@@ -66,7 +66,7 @@ The response is in a standard [response envelope](http://theopenphotoproject.org
{
"message":"",
- "code":200,
+ "code":204,
"result": true
}
diff --git a/documentation/api/PostGroupDelete.markdown b/documentation/api/PostGroupDelete.markdown
index 3c58dc81..cc3709c1 100644
--- a/documentation/api/PostGroupDelete.markdown
+++ b/documentation/api/PostGroupDelete.markdown
@@ -58,7 +58,7 @@ _None_
The response is in a standard [response envelope](http://theopenphotoproject.org/documentation/api/Envelope).
* _message_, A string describing the result. Don't use this for anything but reading.
-* _code_, _200_ on success
+* _code_, _204_ on success
* _result_, A boolean
@@ -66,7 +66,7 @@ The response is in a standard [response envelope](http://theopenphotoproject.org
{
"message":"",
- "code":200,
+ "code":204,
"result": true
}
diff --git a/documentation/api/PostPhotoDelete.markdown b/documentation/api/PostPhotoDelete.markdown
index 49077e0b..8783faf6 100644
--- a/documentation/api/PostPhotoDelete.markdown
+++ b/documentation/api/PostPhotoDelete.markdown
@@ -58,7 +58,7 @@ _None_
The response is in a standard [response envelope](http://theopenphotoproject.org/documentation/api/Envelope).
* _message_, A string describing the result. Don't use this for anything but reading.
-* _code_, _200_ on success
+* _code_, _204_ on success
* _result_, Boolean
@@ -66,7 +66,7 @@ The response is in a standard [response envelope](http://theopenphotoproject.org
{
"message":"",
- "code":200,
+ "code":204,
"result":true
}
diff --git a/documentation/api/PostWebhookDelete.markdown b/documentation/api/PostWebhookDelete.markdown
index cf7baad1..ad6b13e3 100644
--- a/documentation/api/PostWebhookDelete.markdown
+++ b/documentation/api/PostWebhookDelete.markdown
@@ -59,7 +59,7 @@ _None_
The response is in a standard [response envelope](http://theopenphotoproject.org/documentation/api/Envelope).
* _message_, A string describing the result. Don't use this for anything but reading.
-* _code_, _200_ on success
+* _code_, _204_ on success
* _result_, A boolean
@@ -67,7 +67,7 @@ The response is in a standard [response envelope](http://theopenphotoproject.org
{
"message" : "Webhook deleted successfully",
- "code" : 200,
+ "code" : 204,
"result" : true
}