We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b75441 commit 8b1069bCopy full SHA for 8b1069b
1 file changed
postman/threads-api.postman_collection.json
@@ -2411,7 +2411,28 @@
2411
]
2412
}
2413
},
2414
- "response": []
+ "response": [
2415
+ {
2416
+ "name": "Delete Threads Post",
2417
+ "originalRequest": {
2418
+ "method": "DELETE",
2419
+ "header": [],
2420
+ "url": {
2421
+ "raw": "{{api_host}}/{{thread_id}}",
2422
+ "host": [
2423
+ "{{api_host}}"
2424
+ ],
2425
+ "path": [
2426
+ "{{thread_id}}"
2427
+ ]
2428
+ }
2429
+ },
2430
+ "_postman_previewlanguage": null,
2431
+ "header": null,
2432
+ "cookie": [],
2433
+ "body": "{\n \"success\": true,\n \"deleted_id\": \"<string>\"\n}"
2434
2435
2436
2437
],
2438
"description": "This folder will enable you to use the Threads API to delete your own posts."
0 commit comments