-
Notifications
You must be signed in to change notification settings - Fork 0
Post API Delete Post
Dominik Magdaleński edited this page Jul 3, 2019
·
1 revision
URL: https://dive-networks.com/api/rpc/34/delete_post?id=post-id-here
HTTP Method: DELETE
Required HTTP Header: Authorization: Token your-api-token-here
Required query parameter: id
Status: 204 No content
Let's delete Post
with "id": 126
:
HTTPie request:
http --follow DELETE https://dive-networks.com/api/rpc/34/delete_post?id=126 Authorization:"Token your-api-token-here"
HTTPie response:
HTTP/1.1 204 No Content
(...headers...)