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
Requiredstring
entryId*
The unique identifier of the entry
Type
Requiredstring
Responses
Tag successfully removed from entry
application/json
JSON
{
}
