text
parameter. Additionally, if you wish to add parameters for items such as polls, replying to a Post ID, or adding reply settings you can also do so here. You can learn more about what’s available in our API reference guide.
Key | Value | Parameter type |
text | Hello world! | body |
id
and the text
of your Post, you have successfully created a Post.
Step five: Delete your Post
To delete a Post, select the “Delete a Post” request also found in the “Manage Posts” folder of the X API v2 collection loaded in Postman. This endpoint requires the ID of the Post you wish to delete. Then, in the “Params” tab, enter the ID of the Post you wish to delete as the value for the id
column.
On successful delete request, you will receive a response similar to the following example: