Skip to main content
Version: API v1

Kündigung einleiten

POST /v1/cancellations/
v1
POST
cancelContract

Leitet die Kündigung für einen bestimmten Tarif ein

Request

Responses

Usage examples

$ curl \
--fail \
--location \
-X POST \
-d '{"contract":123,"domains":[{"domain":"string","transfer":true,"transit":true,"cancellationDate":123}],"message":"string","call":true,"reason":123}' \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
-H 'Content-Type: application/json' \
https://api.mittwald.de/v1/cancellations