Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion api-reference/v1.0/api/listitem-delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Don't supply a request body with this method.

## Example

### Request

# [HTTP](#tab/http)
<!-- { "blockType": "request", "name": "delete-item-site", "scopes": "files.readwrite sites.readwrite.all" } -->
Expand Down Expand Up @@ -83,7 +84,7 @@ DELETE https://graph.microsoft.com/v1.0/sites/{site-id}/lists/{list-id}/items/{i

---

## Response
### Response

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

Expand Down
Loading