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.
Was this page helpful?