Skip to main content

Unlink a tag from a W-2

DELETE 

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

Unlink a tag from the list of tags assigned to a specific W-2.

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...