Skip to main content
DELETE
/
api
/
v3
/
files
/
{file_id}
/
tags
/
{tag_id}
Remove a tag from a file
curl --request DELETE \
  --url https://paradigm.lighton.ai/api/v3/files/{file_id}/tags/{tag_id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

file_id
integer
required
tag_id
integer
required

Response

Tag removed successfully (or was already not on the file)