Skip to content

Remove Tag from Entry

DELETE
/tag/{tagId}/assign/{entryId}

Removes a tag assignment from a specific entry

Authorizations

BearerAuth

Enter your session token to authenticate API requests

Type
HTTP (bearer)

Parameters

Path Parameters

tagId*

The unique identifier of the tag

Type
string
Required
entryId*

The unique identifier of the entry

Type
string
Required

Responses

Tag successfully removed from entry

application/json
JSON
{
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Distributed under the MIT License