diff --git a/api-reference/beta/api/range-delete.md b/api-reference/beta/api/range-delete.md index e420a31b7b9..5687ccf9667 100644 --- a/api-reference/beta/api/range-delete.md +++ b/api-reference/beta/api/range-delete.md @@ -50,12 +50,12 @@ In the request body, provide a JSON object with the following parameters. ## Response -If successful, this method returns `200 OK` response code. It doesn't return anything in the response body. +If successful, this method returns `204 No Content` response code. It doesn't return anything in the response body. ## Example Here is an example of how to call this API. ##### Request -The following example shows a request. +This example shows how to delete a cell and shift the other cells up. # [HTTP](#tab/http) ```http -HTTP/1.1 200 OK +HTTP/1.1 204 No Content ``` ```http -HTTP/1.1 200 OK +HTTP/1.1 204 No Content ```