# Signout

Removes the tag of a contact associated with the API key.

Endpoint: POST /subscriber/signout
Version: 1.0.0

## Request fields (application/json):

  - `apikey` (string, required)
    API key
    Example: {{api_key}}

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

