Kündigung einleiten
POST/cancellations/ 
v1
POST
cancelContract
Leitet die Kündigung für einen bestimmten Tarif ein
Request
Responses
Usage examples
- cURL
 
$ 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