Skip to main content

Unlink a Tag from a Document

DELETE 

/api/v8/partner/documents/:document_id/tags/:tag_id

Unlink a Tag from the list of Tags assigned to a specific Document.

Request

Path Parameters

    document_id int64required

    The unique identifier of the document.

    tag_id int64required

    The unique identifier of the tag.

Responses

The resource was deleted successfully

Loading...