You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/FoldersApi.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,7 +173,7 @@ Name | Type | Description | Notes
173
173
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/LinksApi.md
+7-12Lines changed: 7 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ Name | Type | Description | Notes
94
94
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
95
95
96
96
# **link_delete**
97
-
> Link link_delete(link_id)
97
+
> link_delete(link_id)
98
98
99
99
Delete a link
100
100
@@ -104,7 +104,6 @@ Delete a link
104
104
105
105
```python
106
106
import urlr
107
-
from urlr.models.link import Link
108
107
from urlr.rest import ApiException
109
108
from pprint import pprint
110
109
@@ -133,9 +132,7 @@ with urlr.ApiClient(configuration) as api_client:
133
132
134
133
try:
135
134
# Delete a link
136
-
api_response = api_instance.link_delete(link_id)
137
-
print("The response of LinksApi->link_delete:\n")
138
-
pprint(api_response)
135
+
api_instance.link_delete(link_id)
139
136
exceptExceptionas e:
140
137
print("Exception when calling LinksApi->link_delete: %s\n"% e)
141
138
```
@@ -151,7 +148,7 @@ Name | Type | Description | Notes
151
148
152
149
### Return type
153
150
154
-
[**Link**](Link.md)
151
+
void (empty response body)
155
152
156
153
### Authorization
157
154
@@ -160,13 +157,13 @@ Name | Type | Description | Notes
@@ -339,7 +336,7 @@ Name | Type | Description | Notes
339
336
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
0 commit comments