Skip to content

Commit 4b1712c

Browse files
ArletaArleta
authored andcommitted
000-029: images to recyclevSdelete
1 parent cc95c77 commit 4b1712c

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed
Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,28 @@
1-
Introduction
1+
## Introduction
22
Using SharePoint HTTP connector called Send an HTTP request to SharePoint in Power Automate gives you freedom to use REST API and perform multiple actions that have not been predefined in Power Automate actions.
33

44

5-
Delete vs Recycle
5+
## Delete vs Recycle
66
So what's the difference? The difference is in Recycle Bin. If you use DELETE Method, the list will be hard-deleted and no longer recoverable from a recycle bin. If you want your list to appear in a recycle bin after you have deleted it, you should use POST Method and recycle() endpoint.
77

88

9-
Delete SharePoint List
9+
## Delete SharePoint List
1010
If you want to hard delete your SharePoint list, use _api/web/lists/getbytitle('YOURLISTNAME') endpoint and DELETE method.
1111

12-
12+
<br/>
13+
<img src="/articles/images/recycleVSdelete2.png" width="200">
14+
<br/>
1315

1416

1517

16-
Recycle SharePoint List
18+
## Recycle SharePoint List
1719
If you want to recycle your list and find it later in the recycle bin of your site, use _api/web/lists/getbytitle('YOURLISTNAME')/recycle() endpoint and POST method.
1820

21+
<br/>
22+
<img src="/articles/images/recycleVSdelete.PNG" width="200">
23+
<br/>
1924

2025

26+
## See Also
2127

22-
See Also
23-
24-
Avoid concurrency using Etag in SharePoint REST-API Call Jump
28+
[Avoid concurrency using Etag in SharePoint REST-API Call Jump](https://www.codesharepoint.com/sharepoint-tutorial/avoid-concurrency-using-etag-in-sharepoint-rest-api-call)
70.7 KB
Loading
59.3 KB
Loading

0 commit comments

Comments
 (0)