TypeScript client
Tags
Delete post tag
Remove one tag assignment from a post, leaving the tag itself in the registry. Returns the post’s resulting tag set after the removal.
DELETE
TypeScript client
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Team (workspace) id (UUID). Discover ids via the list teams endpoint or the agent context.
Post id (UUID), as returned by the create post and list posts endpoints.
Tag id (UUID) from the team tag registry, as returned by the list tags endpoint.
Response
Success