# Untag Contact

Removes a tag from a contact.

Endpoint: POST /subscriber/untag
Version: 1.0.0

## Request fields (application/json):

  - `email` (string, required)
    Email address of the contact
    Example: "alex.example@klicktipp.example"

  - `tagid` (integer, required)
    Tag ID to remove from the contact
    Example: 19


