cURL
curl --request DELETE \ --url http://localhost:3001/portal-api/posts/{post_id} \ --header 'Authorization: <api-key>'
{ "status": "ok" }
Delete a specific post by its ID.
UID of a post
1
OK
Status of the operation
"ok"
Was this page helpful?