Skip to content

Commit 0a7c9c1

Browse files
authored
Merge pull request #9786 from rykoma/patch-10
Clarify request and response in driveitem-delete.md
2 parents 6be55df + 793258f commit 0a7c9c1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

api-reference/v1.0/api/driveitem-delete.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ DELETE /users/{userId}/drive/items/{itemId}
4747

4848
## Example
4949

50-
Here's an example of how to call this API.
50+
### Request
51+
52+
The following example shows how to call this API.
5153

5254

5355
# [HTTP](#tab/http)
@@ -87,7 +89,7 @@ DELETE https://graph.microsoft.com/v1.0/me/drive/items/{item-id}
8789

8890
---
8991

90-
## Response
92+
### Response
9193

9294
If successful, this call returns a `204 No Content` response to indicate that resource was deleted and there was nothing to return.
9395

0 commit comments

Comments
 (0)