DELETE
/
api
/
v0
/
documents
/
{document_id}
/
tags
{
  "tag_names": [
    "string"
  ]
}
{
  "id": 123,
  "name": "string",
  "folder_id": {},
  "file_path": {},
  "file_type": "string",
  "file_url": {},
  "summary": "string",
  "visibility": "string",
  "version": 123,
  "owner_id": 123,
  "created_at": "string",
  "updated_at": "string"
}

Remove a tag from a document

Removes the association between a tag and a document.

Path Parameters

integer
required

No description provided

Request Body

This endpoint requires a request body.

{
  "tag_names": [
    "string"
  ]
}

Response

data
object

The response data for this endpoint.

{
  "id": 123,
  "name": "string",
  "folder_id": {},
  "file_path": {},
  "file_type": "string",
  "file_url": {},
  "summary": "string",
  "visibility": "string",
  "version": 123,
  "owner_id": 123,
  "created_at": "string",
  "updated_at": "string"
}