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