cURL
curl --request DELETE \ --url http://localhost:3001/portal-api/posts/{post_id}/categories/{category_id} \ --header 'Authorization: <api-key>'
{ "status": "ok" }
Detach a category from a specific post.
Was this page helpful?