Skip to content

Signoff

Request

Unsubscribes a contact via the API key and prevents further communication.

Bodyrequired
apikeystringrequired

API key

Example:"{{api_key}}"
emailstringrequired

Email address of the subscriber

Example:"alex.example@klicktipp.example"
POST
/subscriber/signoff
curl -i -X POST \
  https://api.klicktipp.com/subscriber/signoff \
  -H 'Content-Type: application/json' \
  -d '{
    "apikey": "{{api_key}}",
    "email": "alex.example@klicktipp.example"
  }'

Responses

Success Response (200).

Bodyapplication/json
Array of booleans
Response
[ true ]