Unlink a tag from a W-8BEN-E
DELETE/api/v8/partner/w-8ben-e/:document_id/tags/:tag_id
Unlink a tag from the list of tags assigned to a specific W-8BEN-E.
Request
Path Parameters
document_id int64required
The unique identifier of the document.
tag_id int64required
The unique identifier of the tag.
Responses
- 200
The resource was deleted successfully
Loading...