Skip to content

Commit 8b1069b

Browse files
committed
example for delete api
1 parent 9b75441 commit 8b1069b

1 file changed

Lines changed: 22 additions & 1 deletion

File tree

postman/threads-api.postman_collection.json

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2411,7 +2411,28 @@
24112411
]
24122412
}
24132413
},
2414-
"response": []
2414+
"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+
]
24152436
}
24162437
],
24172438
"description": "This folder will enable you to use the Threads API to delete your own posts."

0 commit comments

Comments
 (0)